update_note
Modify an existing Obsidian note by replacing or appending content at a specified file path, enabling AI-driven note updates.
Instructions
Update an existing note's content
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| append | No | If true, append to existing content instead of replacing | |
| content | Yes | New content for the note | |
| filepath | Yes | Path to the note file |