vault_edit_note
Replace one exact passage in an existing note and commit the change. If the passage is missing or appears multiple times, the note is left unchanged; include more context to make the match unique.
Instructions
Replaces ONE exact passage of an existing note and commits. Fails, without writing, if the passage does not appear or appears more than once — in that case send more context in old_text.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Vault-relative path, with `.md`. | |
| new_text | Yes | The text that takes its place. | |
| old_text | Yes | The exact passage to replace; it must be unique within the note. |