uncomplete-tasks
Reopen completed Todoist tasks by their IDs to mark them as active again. Use this when you need to restore tasks that were mistakenly completed.
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. |