append_to_note
Add text to the end of an existing note without overwriting existing content. Safely log progress updates, new findings, or extra sections.
Instructions
Append content to the end of an existing note.
Safer than update_note — existing text is never lost. Use for adding progress updates, new findings, or extra sections.
Args: path: Relative path from vault root, e.g. '10-projects/my-project.md' content: Text to append (added after a blank line at end of file)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | ||
| content | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |