complete_task
Marks a Google task as completed using its task list ID and task ID. Use list_tasks and list_task_lists first to obtain the needed identifiers.
Instructions
Mark a task completed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| task_id | Yes | Google task ID; obtain it from list_tasks | |
| task_list_id | Yes | Google task list ID; obtain it from list_task_lists |