gid_task_update
Toggle task completion status on a node by marking or unmarking a checkbox. Automatically prompts to update status when all tasks are done.
Instructions
Toggle task completion on a node. Marks [ ] ↔ [x]. If all tasks become done, prompts to update status.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| done | No | Set to true to mark done, false to mark undone | |
| node | Yes | Node ID containing the task | |
| task | Yes | Task text (without checkbox prefix) to toggle | |
| graphPath | No | Path to graph.yml (optional) |