Get item children
zotero_get_item_childrenList a Zotero item's child notes, attachments, and annotations, exposing attachment linkMode and filename for further retrieval.
Instructions
List the child notes, attachments and annotations of an item. Attachment children carry the linkMode and filename needed by zotero_get_attachment_path and zotero_get_item_fulltext.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of objects to return (1-500). | |
| start | No | Zero-based offset for paging; pass the nextStart value from a previous call. | |
| 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 | Parent item key. | |
| 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. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| start | Yes | ||
| hasMore | Yes | ||
| children | Yes | ||
| returned | Yes | ||
| nextStart | Yes | ||
| totalResults | Yes |