update_note
Update an existing note by changing its title, content, tags, or category. Only the provided fields are modified, with optional file rename or move when title or category changes.
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 |