complete-tasks
Finish open Todoist tasks by submitting their unique IDs. Use this tool to close one or multiple tasks at once.
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. |