edit_note
Correct a note's text to fix a genuine mistake. Use add_note for new information.
Instructions
Rewrite a note's text — only to fix a genuine mistake.
A change in the world is a *new* note (`add_note`), not an edit.
Args:
note: Id of the note to edit (e.g. "note-3").
text: The corrected text (replaces the note's text).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| note | Yes | ||
| text | Yes |