Write note
write_noteCreate, append to, or overwrite notes in an Obsidian vault. Overwriting replaces the entire file, so read the note first unless you intend to replace it. Refused in read-only mode.
Instructions
Create or overwrite a note, or append to it. Overwriting replaces the entire file, so read the note first unless you mean to replace it. Refused entirely when the server runs read-only.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mode | No | 'overwrite' replaces the file; 'append' adds to the end. | overwrite |
| path | Yes | Vault-relative note path, e.g. 'Projects/Roadmap.md'. Extension optional. | |
| content | Yes | Markdown to write. |