create_note
Creates a new Markdown note at the specified vault path, only if no note already exists there. Use this to add notes without overwriting existing content.
Instructions
Create a Markdown note and fail if it already exists.
Only .md is supported.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | vault-relative path, such as 'folder/new-note.md' | |
| content | Yes | note body without frontmatter | |
| frontmatter | No | optional YAML metadata |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |