complete_task
Update a task's completion status by providing its task ID. Set completed to false to reopen a task.
Instructions
Mark a task done (or reopen it). Use list_tasks to get the taskId. Set completed=false to reopen.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| taskId | Yes | Id of the task (from list_tasks). | |
| completed | No | true to complete (default), false to reopen. |