write_note
Atomically create or overwrite notes in an Obsidian vault. Pass the note's hash to update safely; omit hash for new notes.
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 |
|---|---|---|---|
| path | Yes | ||
| vault | Yes | ||
| content | Yes | ||
| client_id | No | ||
| frontmatter | No | ||
| expected_hash | No |