complete_task
Mark any task as completed while retaining its history. Sets status to completed, records who finished it and when, so you can close tasks without losing the audit trail.
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 | Yes |