add-tasks
Add one or more tasks to Todoist projects, sections, or as subtasks, with assignment to collaborators, priority, due dates, and labels.
Instructions
Add one or more tasks to a project, section, or parent. Supports assignment to project collaborators.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tasks | Yes | The array of tasks to add (max 25). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tasks | Yes | The created tasks. | |
| failures | Yes | Failed task creations with error details. | |
| totalCount | Yes | The total number of tasks created. | |
| failureCount | Yes | The number of failed task creations. | |
| successCount | Yes | The number of successfully created tasks. | |
| totalRequested | Yes | The total number of tasks requested. |