todoist_update_task
Modify an existing Todoist task by updating its title, description, due date, priority, or labels using the task ID.
Instructions
Update an existing task in Todoist.
Only provided fields will be updated. To clear a due date, use the Todoist app.
Args:
params: UpdateTaskInput containing:
- task_id: The task ID to update
- content: New task title
- description: New description
- due_string: New due date (natural language)
- due_date: New due date (YYYY-MM-DD)
- priority: New priority (1-4)
- labels: New labels (replaces existing)
Returns:
Updated task confirmation.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |