complete-tasks
Complete one or more Todoist tasks instantly by providing their IDs, eliminating manual checkbox actions and streamlining task management.
Instructions
Complete one or more tasks by their IDs.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ids | Yes | The IDs of the tasks to complete. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| failures | Yes | Failed task completions with error details. | |
| completed | Yes | The IDs of successfully completed tasks. | |
| failureCount | Yes | The number of failed task completions. | |
| successCount | Yes | The number of successfully completed tasks. | |
| totalRequested | Yes | The total number of tasks requested to complete. |