Write Obsidian Note
obsidian_write_noteWrites markdown content to a vault-relative path, creating parent folders automatically. Optionally overwrites existing notes when flag is set.
Instructions
Create a new note or overwrite an existing one. Refuses to overwrite unless overwrite=true. Parent folders are created automatically.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Vault-relative path for the note | |
| content | Yes | Full markdown content to write | |
| overwrite | No | Allow replacing an existing note (default false) |