update_note
Update specific fields of an existing note by providing its ID. Modify title, content, tags, or category individually without affecting other fields.
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 |