create_note
Create a new note in an Obsidian vault with optional content and frontmatter. Parent directories are created automatically. Overwrite existing notes if needed.
Instructions
Create a new note at a vault-relative path. Optionally sets frontmatter and body content. Parent directories are created automatically. Fails if the note already exists unless overwrite is true.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Vault-relative path, e.g. "Daily Notes/2026-06-01.md". | |
| content | No | Body content for the note. | |
| frontmatter | No | Frontmatter key-value pairs. | |
| overwrite | No | Overwrite an existing note. Defaults to false. |