complete_task
Mark a Todoist task as complete using its exact ID or a text substring from the task. Use this when a user indicates they have finished a task.
Instructions
Mark a Todoist task complete. Pass either the task id, or a piece of the task text to match (e.g. 'milk' to complete 'Buy milk'). Use when the user says they finished or did something.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| match | No | Substring of the task content to find the task to complete. | |
| task_id | No | Exact task id. |