{
  "name": "move_task_to_backlog",
  "description": "Move a task to the backlog. This removes the task from its current scheduled day. Confirm the task title and ID with the user before executing.",
  "inputSchema": {
    "type": "object",
    "properties": {
      "taskId": {
        "type": "string",
        "description": "The ID of the task to move"
      }
    },
    "required": ["taskId"]
  }
}
