{
  "name": "stop_task_timer",
  "description": "Stop the timer for a task",
  "inputSchema": {
    "type": "object",
    "properties": {
      "taskId": {
        "type": "string",
        "description": "The ID of the task"
      }
    },
    "required": ["taskId"]
  }
}
