update_task
Update task status in Obsidian notes: toggle, mark as done or todo, or set a custom status character.
Instructions
Update a task's status (toggle, mark done/todo, or set custom status).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file | No | Note name (wikilink-style resolution) | |
| path | No | Exact path from vault root | |
| daily | No | Target the daily note | |
| ref | No | Task reference in 'path:line' format | |
| line | No | Line number of the task | |
| status | No | Set status character (e.g. 'x', ' ', '/') | |
| toggle | No | Toggle task status | |
| done | No | Mark task as done | |
| todo | No | Mark task as todo |