write_note
Create or overwrite a Markdown note in the vault at the specified path with the provided content.
Instructions
Overwrite or create a Markdown note from complete content.
Use this when the caller already has the complete .md content.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | vault-relative path, such as 'folder/note.md' | |
| content | Yes | complete note content |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |