complete_task
Mark any task as done or finished, updating its status to completed and recording completion details while preserving the task in the history.
Instructions
Mark a task as done / completed / finished. Sets status=COMPLETED on the task, populating completedBy and completedAt while preserving the task in history (unlike delete_task which removes it permanently). Use this whenever a user says 'mark done', 'complete', 'finish', or similar — equivalent to update_task with status:COMPLETED but more discoverable.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No |