create_task
Creates a new task in Todoist. Supports natural language due dates, labels, priorities, and project assignment.
update_task
Updates an existing task with new content, priority, due date, or other properties.
get_task
Retrieves details of a specific task by its ID.
list_tasks
Lists tasks with optional filtering by project, section, label, or custom filter expressions.
complete_task
Marks a task as completed.
delete_task
Permanently deletes a task.
create_project
Creates a new project in Todoist.
list_projects
Lists all projects in the user's account.
update_project
Updates an existing project.
delete_project
Permanently deletes a project and all its tasks.
list_labels
Lists all labels in the user's account.
create_label
Creates a new label for organizing tasks.
add_comment
Adds a comment to a task or project.
list_comments
Lists comments for a task or project.
Enter a concise and descriptive name for your server.
Todoist API token from Settings > Integrations > Developer