create_note
Create a new note in an Obsidian vault at a specified path, with safeguards to prevent overwrites and restrict writes to the configured vault.
Instructions
Create a new note at source (vault/relative/path.md format). Refuses with a structured error if the target vault is not WRITE_VAULT. Refuses to overwrite an existing file unless overwrite=True. Creates intermediate directories as needed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| source | Yes | ||
| content | Yes | ||
| overwrite | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||