complete_task
Mark a task as completed, recording who completed it and when, while keeping it in history instead of deleting it.
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 |