update_task_by_name
Update a Todoist task by searching for its name with partial match. Presents multiple matches for user to choose when ambiguous.
Instructions
Update a task by searching for it by name. Uses partial name matching. If multiple tasks match, lists them for the user to choose.
Args: task_name: Name/content of the task to find and update. content: New task title. description: New description. due_string: New due date in natural language (e.g. 'tomorrow', 'next Monday'). priority: New priority (1-4).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| task_name | Yes | ||
| content | No | ||
| description | No | ||
| due_string | No | ||
| priority | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |