task_toggle
Toggle task status between pending and completed in Obsidian notes by specifying file path and line number.
Instructions
Toggle a task between pending [ ] and completed [x]
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sourcePath | Yes | Path of the note containing the task | |
| lineNumber | Yes | Line number of the task to toggle |