write_note
Create or overwrite notes in an Obsidian vault. Use the expected hash to ensure safe updates.
Instructions
Atomically create or overwrite a note. Requires write_enabled=true. Use expected_hash for safe overwrites (read the note first, pass its hash). Omit expected_hash only when creating a new note.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| vault | Yes | ||
| path | Yes | ||
| content | Yes | ||
| frontmatter | No | ||
| expected_hash | No | ||
| client_id | No |