get-overview
Retrieve a Markdown overview of all projects with hierarchy and sections, or get a detailed view of a single project with tasks grouped by sections.
Instructions
Get a Markdown overview. If no projectId is provided, shows all projects with hierarchy and sections (useful for navigation). If projectId is provided, shows detailed overview of that specific project including all tasks grouped by sections.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| projectId | No | Optional project ID. If provided, shows detailed overview of that project. If omitted, shows overview of all projects. |
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). |