Todoist
JSON →Manage Todoist projects, sections, tasks, and labels using natural language with AI assistants.
Tools · 32
- get_projects Retrieve all projects
- get_project Retrieve a specific project
- create_project Create a new project
- update_project Update an existing project
- delete_project Delete a project
- get_sections Retrieve all sections
- get_section Retrieve a specific section
- create_section Create a new section
- update_section Update an existing section
- delete_section Delete a section
- get_tasks Retrieve all tasks
- get_tasks_by_filter Retrieve tasks by filter
- get_task Retrieve a specific task
- create_task Create a new task
- update_task Update an existing task
- delete_task Delete a task
- close_task Close a task
- reopen_task Reopen a closed task
- move_tasks_to_project Move tasks to a different project
- move_tasks_to_section Move tasks to a different section
- move_tasks_to_parent Move tasks under a parent task
- create_label Create a new label
- update_label Update an existing label
- get_label Retrieve a specific label
- get_labels Retrieve all labels
- delete_label Delete a label
- create_task_comment Create a comment on a task
- create_project_comment Create a comment on a project
- update_comment Update an existing comment
- get_task_comments Retrieve comments for a task
- get_project_comments Retrieve comments for a project
- delete_comment Delete a comment
Environment variables
TODOIST_API_TOKEN
Links
★ 7 GitHub stars