update_note
Modify a note's title, text, color, or tags without overwriting unchanged fields. Replace tags entirely by providing a new array, or clear them with an empty array.
Instructions
Update a note. Only provided fields are changed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tags | No | Tag names, e.g. ["July Release"]. REPLACES existing tags (pass [] to clear). Unknown names are auto-created. Call list_tags first to reuse existing tags. | |
| text | No | Updated content (HTML supported) | |
| color | No | Updated color | |
| title | No | Updated title | |
| note_uuid | Yes | UUID of the note to update | |
| project_uuid | Yes | UUID of the project |