complete_task
Toggle a task's completion status: mark it complete or uncomplete with a single boolean. Sets timestamps automatically.
Instructions
[Official API + UAT, v1.3.7] Mark a task complete (or uncomplete it). Convenience wrapper around update_task with completed_at.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| task_guid | Yes | Task GUID | |
| completed | No | true → mark complete (uses Date.now()); false → uncomplete (sets completed_at to "0"). Default true. |