zotero_create_note
Create a new note in Zotero using HTML content, optionally attaching it to a parent item, and return the note key.
Instructions
Create a note. With parent_item_key it becomes a child note of that item; without it, a standalone note. Content is HTML, e.g. 'text'. Returns the new note's key.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tags | No | Tags for the note. | |
| note_html | Yes | Note content as HTML. | |
| parent_item_key | No | Item key to attach the note to; omit for a standalone note. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |