Get a Zotero item
zotero_get_itemRetrieve a complete Zotero item record by its key, including bibliographic fields, creators, tags, and optional child notes/attachments. Request formatted bibliography or citation output for immediate use.
Instructions
Fetch one item by its key, returning the full item record (itemType, all bibliographic fields, creators, tags, collections, relations, version). Optionally set include_children to also return the item's child notes and attachments. Use include to additionally request rendered output: "bib" (formatted bibliography entry), "citation" (inline citation), or "csljson" (CSL-JSON for downstream formatting); combine with style (a CSL style id, default chicago-note-bibliography) and locale. The returned version is required if you later update or delete this item.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| style | No | CSL style id for bib/citation (default chicago-note-bibliography). | |
| locale | No | Locale for bib/citation, e.g. en-US. | |
| include | No | Extra rendered content: "bib", "citation", or "csljson". | |
| item_key | Yes | The 8-character Zotero item key. | |
| library_id | No | ||
| library_type | No | ||
| include_children | No | Also fetch child notes/attachments. |