uncomplete-tasks
Reopen completed Todoist tasks by providing their IDs, restoring them to an active state for further work or tracking.
Instructions
Uncomplete (reopen) one or more completed tasks by their IDs.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ids | Yes | The IDs of the tasks to uncomplete. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| failures | Yes | Failed task uncompletion with error details. | |
| uncompleted | Yes | The IDs of successfully uncompleted tasks. | |
| failureCount | Yes | The number of failed task uncompletions. | |
| successCount | Yes | The number of successfully uncompleted tasks. | |
| totalRequested | Yes | The total number of tasks requested to uncomplete. |