todoist_complete_task
Mark a Todoist task as completed to track progress and manage recurring tasks by closing current items and generating next occurrences.
Instructions
Mark a task as complete.
For recurring tasks, this will close the current occurrence and create the next one.
Args:
params: CompleteTaskInput containing:
- task_id: The task ID to complete
Returns:
Confirmation that the task was completed.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |