Get Todoist Projects
todoist_get_projectsRetrieve all projects from your Todoist account to view IDs, names, hierarchy, and metadata for organizing tasks efficiently.
Instructions
List all projects in the user's Todoist account.
Returns project IDs, names, colors, hierarchy (parent_id for sub-projects), and metadata like whether each project is a favorite or shared.
Use project IDs with todoist_get_tasks to fetch tasks for a specific project.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| response_format | No | 'markdown' for human-readable, 'json' for machine-readable | markdown |