update_task
Change a task's status by toggling, completing, or setting a custom character. Locate tasks with file path and line number for precise updates.
Instructions
Update a task's status.
Identify the task by ref ("path:line") or by file/path + line.
action is "toggle", "done", or "todo". Alternatively pass a status
character to set it directly (e.g. "/" for in-progress).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| action | No | toggle | |
| ref | No | ||
| file | No | ||
| path | No | ||
| line | No | ||
| status | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |