Create Zotero Note
zotero_create_noteCreate notes in Zotero with HTML content. Attach as child notes to existing items or keep standalone, with optional tags for organizing reading notes, screening decisions, or extraction summaries.
Instructions
Create a standalone note or a child note attached to an existing item.
Args:
note_html (string, required): note content as HTML (sanitised automatically by Zotero)
parent_item_key (string, optional): attach as a child note under this item; omit for a standalone note
tags (string[], optional)
Use for recording reading notes, screening decisions, or extraction summaries against a reference.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tags | No | ||
| note_html | Yes | Note content as HTML, e.g. '<p>This paper argues...</p>' | |
| parent_item_key | No | If set, attach the note as a child of this item; omit to create a standalone note |