complete_task
Mark tasks as completed in Todoist by specifying the task ID, enabling efficient task management and progress tracking through direct integration.
Instructions
Mark a task as done
Input Schema
Name | Required | Description | Default |
---|---|---|---|
task_id | Yes |
Input Schema (JSON Schema)
{
"properties": {
"task_id": {
"title": "Task Id",
"type": "string"
}
},
"required": [
"task_id"
],
"title": "complete_taskArguments",
"type": "object"
}