get-overview
Get an overview of Todoist projects and sections. Use a project ID to list tasks grouped by section, or omit it for a navigation view without tasks.
Instructions
Get a Markdown overview. Called without a projectId, returns the account's project and section structure only — no tasks — for navigation. Pass a projectId (or "inbox" for the Inbox) to get that project's tasks grouped by section.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| projectId | No | Optional project ID. Use "inbox" for the Inbox. If provided, returns that project's tasks grouped by section. If omitted, returns the project and section structure for the whole account with no tasks. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| type | Yes | The type of overview returned. | |
| inbox | No | Inbox information (account overview only). | |
| stats | No | Statistics object (project overview only). | |
| tasks | No | List of tasks (project overview only). | |
| project | No | Project details (project overview only). | |
| projects | No | List of projects with hierarchy, folders, and ordering (account overview only). | |
| sections | No | List of sections (project overview only). | |
| totalTasks | No | Total number of tasks. | |
| projectInfo | No | Project information (project overview only). | |
| totalProjects | No | Total number of projects (account overview only). | |
| totalSections | No | Total number of sections (project overview only). | |
| hasNestedProjects | No | Whether account has nested projects (account overview only). | |
| tasksWithoutSection | No | Number of tasks not in any section (project overview only). |