Write an Obsidian note
obsidian_write_noteWrite, append, or prepend markdown content to Obsidian notes; overwrite only when explicitly enabled.
Instructions
Create a note or append/prepend content. Existing files are overwritten only when overwrite=true.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mode | No | create | |
| path | Yes | Vault-relative note path | |
| vault | No | ||
| content | Yes | Markdown content to write | |
| overwrite | No |