complete-tasks
Mark tasks as completed by providing their task IDs. Use this tool to batch-complete multiple tasks in Todoist.
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. |