update_note_tool
Modify or replace existing note content in Obsidian. Use to programmatically update, append, or overwrite markdown files. Choose 'replace' for full updates or 'append' to add new content to the end of a note.
Instructions
Input Schema
Name | Required | Description | Default |
---|---|---|---|
content | Yes | New markdown content (REPLACES existing content unless using append) | |
create_if_not_exists | No | Create the note if it doesn't exist | |
ctx | No | ||
merge_strategy | No | How to handle content: 'replace' overwrites, 'append' adds to end | replace |
path | Yes | Path to the note to update |