create_note
Create a new Obsidian note using a title or exact file path. Optionally add content, apply a template, or overwrite an existing note.
Instructions
Create a new note.
Use name for a simple title or path for an exact location. Optionally
seed content or apply a template. Set overwrite=True to replace an
existing note (otherwise creation fails if it exists).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | ||
| path | No | ||
| content | No | ||
| template | No | ||
| overwrite | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |