todoist_get_project_sections
Retrieve sections from Todoist projects to organize tasks, supporting batch operations and optional inclusion of empty sections.
Instructions
Get sections from one or more projects in Todoist
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| projects | No | Array of projects to get sections from (for batch operations) | |
| project_id | No | ID of the project to get sections from | |
| project_name | No | Name of the project to get sections from (if ID not provided) | |
| include_empty | No | Whether to include sections with no tasks |