Get an item
zotero_get_itemFetch a single library item by key with all metadata. Optionally include notes and attachments to locate the attachment key for reading PDFs or full text.
Instructions
Fetch one item by key with all of its metadata. Set includeChildren to also return its notes and attachments, which is the quickest way to find the attachment key needed to read a PDF or its full text.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| groupId | No | Group library ID. Omit for the personal library ("My Library"), which is what almost every request wants. Group IDs come from zotero_list_libraries. | |
| itemKey | Yes | Item key, e.g. "ABCD1234". | |
| verbose | No | Return Zotero's raw API envelope (library block, self/alternate links, full meta) instead of the flattened object. Costs many extra tokens per object; only useful when a URL or the raw meta block is genuinely needed. | |
| includeChildren | No | Also return child notes and attachments. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| item | Yes | ||
| children | No |