zotero_update_note
Replace a Zotero note with new HTML content, overwriting the previous text. Use this to update or correct notes in your local Zotero library via API.
Instructions
Replace a note's content with new HTML. The old content is overwritten; fetch it first with zotero_item_metadata if you need to edit rather than replace.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| note_key | Yes | Note item key. | |
| note_html | Yes | New note content as HTML. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |