add-sections
Add multiple sections to any Todoist project by providing names and project IDs, with optional markdown descriptions.
Instructions
Add one or more new sections to projects.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sections | Yes | The array of sections to add. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| failures | Yes | Sections that could not be created, with the reason for each. A failure here does not affect the other sections in the batch — do not retry the whole batch; address or drop the failed items. | |
| sections | Yes | The created sections. | |
| totalCount | Yes | The total number of sections created. | |
| failureCount | Yes | The number of failed section creations. | |
| successCount | Yes | The number of successfully created sections. | |
| totalRequested | Yes | The total number of sections requested. |