List an item's notes and attachments
zotero_get_childrenList all notes and attachments for a Zotero item using its item key, returning child item keys for annotation and fulltext retrieval.
Instructions
List the notes and attachments belonging to an item.
Args: item_key: Eight-character Zotero item key of the parent item.
Returns: A Markdown list of child items with their own keys, which zotero_get_annotations and zotero_get_fulltext accept.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| item_key | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |