Todoist MCP Server
by Chrusic
Verified
todoist_update_task
Update an existing task in Todoist by searching for it by name and then updating it
Input Schema
Name | Required | Description | Default |
---|---|---|---|
content | No | New content/title for the task (optional) | |
description | No | New description for the task (optional) | |
due_string | No | New due date in natural language like 'tomorrow', 'next Monday' (optional) | |
priority | No | New priority level from 1 (normal) to 4 (urgent) (optional) | |
project_id | No | Move task to this project ID (optional) | |
section_id | No | Move task to this section ID (optional) | |
task_name | Yes | Name/content of the task to search for and update |
Input Schema (JSON Schema)
You must be authenticated.
Other Tools
- todoist_complete_task
- todoist_create_personal_label
- todoist_create_project
- todoist_create_section
- todoist_create_task
- todoist_delete_personal_label
- todoist_delete_task
- todoist_get_personal_label
- todoist_get_personal_labels
- todoist_get_projects
- todoist_get_project_sections
- todoist_get_tasks
- todoist_move_task
- todoist_update_personal_label
- todoist_update_project
- todoist_update_task
- todoist_update_task_labels