create_note
Create a new markdown note in an Obsidian vault at a specified path, with an overwrite option to replace existing notes.
Instructions
Create a new note in the vault with markdown content. Refuses to overwrite an existing note unless overwrite=true.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Vault-relative path, e.g. 'Journal/2026-08-02.md'. | |
| content | Yes | Markdown content for the note. | |
| overwrite | No | If false, refuse when the note already exists. |