todoist_complete_task
Mark tasks as complete in Todoist using task IDs or names, supporting single or batch operations to update task status.
Instructions
Mark one or more tasks as complete in Todoist
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tasks | No | Array of tasks to mark as complete (for batch operations) | |
| task_id | No | ID of the task to complete (preferred) | |
| task_name | No | Name/content of the task to search for and complete (if ID not provided) |