write_note
Atomically write notes to vault. Use expected_hash to safely overwrite existing notes; omit it only when creating a new note.
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 |