todoist_sections
Manage sections within Todoist projects to organize tasks by creating, updating, deleting, and reordering sections for better project structure and workflow.
Instructions
Section management within Todoist projects - create, read, update, delete, and reorder sections for better task organization
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| action | Yes | Action to perform | |
| name | No | Section name | |
| order | No | Section order | |
| project_id | No | Project ID (required for create/list/reorder) | |
| section_id | No | Section ID (required for get/update/delete) | |
| section_orders | No | Section reordering array (for reorder action) |