update_note
Update an existing note by changing only the fields you provide, such as title, content, or tags, using the note's ID.
Instructions
Update an existing note. Only provided fields are changed.
Args: note_id: The ID of the note to update. title: New title (optional). content: New content (optional). tags: New tags list (optional).
Returns: The updated note, or None if not found.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tags | No | ||
| title | No | ||
| content | No | ||
| note_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |