zotero_get_collection_items
Get all items from a specific Zotero collection, with controls for detail level, subcollections, and pagination. Supports keys-only, summary, or full abstracts.
Instructions
Get all items in a specific Zotero collection. Supports detail='keys_only' (minimal), 'summary' (default, no abstracts), or 'full' (with abstracts). Includes PDF/notes indicators. include_subcollections=True also returns items filed in collections nested beneath this one (default False, matching Zotero's own 'Search subcollections' checkbox). For a collection larger than limit, page through it with offset (the response names the next offset to pass). TIP: To find papers on a specific topic, use zotero_semantic_search instead — it's faster and returns only relevant results.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of items to return | |
| detail | No | summary | |
| offset | No | Index of the first item to return, for paging through a collection larger than `limit`. | |
| collection_key | Yes | The collection key/ID | |
| include_subcollections | No | Also return items in collections nested beneath this one. Defaults to False, matching Zotero's own "Search subcollections" checkbox and this tool's previous behaviour. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |