{
  "name": "restore_task",
  "description": "Restore a previously deleted task back to the user's task list. 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 restore"
      }
    },
    "required": ["taskId"]
  }
}
