Get projects
get_projectsFetch all Todoist projects (id, name) to verify which projects already exist, such as a 'Someday/Maybe' retirement project, before moving tasks.
Instructions
Returns every Todoist project as { id, name } (paginated to completion). Use this to see what projects already exist — in particular, to check whether a "Someday/Maybe" (or similarly named) retirement project already exists before proposing to move a task there. You do NOT need to create it yourself: apply_changes' move_to_project action finds-or-creates the target project by name automatically.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||