complete_task
Marks a task as completed, setting its status to COMPLETED with completion details while preserving it in 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 |