append_to_note_tool
Append text to an Obsidian note under a specific heading, creating the note if it doesn't exist, without rewriting the entire file.
Instructions
Append content to a note without reading and rewriting the whole file. section: optional heading to append under. create=True creates the note if missing.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | ||
| vault | No | ||
| create | No | ||
| content | Yes | ||
| section | No | ||
| expected_revision | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||