notes_update_note
Update an existing note by changing only the provided fields: text, tags, time, or attached image. Specify the note ID to apply targeted edits.
Instructions
Update an existing note. Only provided fields are changed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| note | No | New note text | |
| tags | No | New list of tag names (replaces existing tags) | |
| time | No | New time in ISO 8601 format | |
| note_id | Yes | ID of the note to update | |
| image_path | No | Path to a local image file to attach to the note |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||