update_note
Overwrite an existing note with new content to rewrite or restructure it. Replaces the entire file with new text.
Instructions
Overwrite an existing note with new content.
Use when rewriting or restructuring a note. For adding content without losing existing text, use append_to_note instead.
Args: path: Relative path from vault root, e.g. 'decisions/my-decision.md' content: Full new content to write (replaces the entire file)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | ||
| content | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |