reopen_task
Restore a completed Todoist task to active status by providing its task ID, allowing you to continue working on previously finished items.
Instructions
Reopen a completed task.
Args:
task_id: The ID of the task to reopen
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| task_id | Yes |
Input Schema (JSON Schema)
{
"properties": {
"task_id": {
"title": "Task Id",
"type": "string"
}
},
"required": [
"task_id"
],
"type": "object"
}