Todoist
JSON →Interact with the Todoist API to manage your tasks using natural language.
Install
uvx --from Tools · 5
- create_task Create a new task in Todoist
- get_tasks Get a list of tasks and Ids from Todoist with various filters
- update_task Update an existing task by searching for it by name
- delete_task Delete a task by searching for it by name
- complete_task Mark a task as complete by searching for it by name
Environment variables
TODOIST_API_TOKENYOUR_API_TOKEN
Links
★ 2 GitHub stars