update_note
Update an existing note by ID, optionally changing its title, content, tags, or category. Only fields provided are modified.
Instructions
Update an existing note. Only provided fields are updated.
Args: note_id: Note UUID string title: New title (optional, may cause file rename) content: New body content (optional) tags: New tags (optional, pass empty list to clear) category: New category (optional, may cause file move, pass empty string to clear)
Returns: Updated note as dict
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tags | No | ||
| title | No | ||
| content | No | ||
| note_id | Yes | ||
| category | No |