patch_note
Replace a string within a markdown note by providing the path, exact old string, and new string. Optionally replace all occurrences.
Instructions
Replaces a string within a note. Pass { path, oldString, newString } and optionally replaceAll (boolean). Returns { root, path, replacements }. Read the note first to confirm the exact string.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||