Get Zotero Item Children
zotero_get_item_childrenRetrieve child items (attachments and notes) of a parent Zotero item, providing their keys for further actions like reading notes or accessing PDFs.
Instructions
List the child items (attachments and notes) of a parent Zotero item.
Args:
item_key (string, required): the parent item's key
response_format ('markdown' | 'json', default 'markdown')
Returns attachments (PDFs, links) and notes attached to the item, each with its own key. Use this to find a PDF attachment's key or to read existing notes before adding a new one.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| item_key | Yes | The parent item's Zotero key | |
| response_format | No | Output format: 'markdown' for human-readable or 'json' for machine-readable | markdown |