Get Items In Zotero Collection
zotero_get_collection_itemsList all items filed under a specific Zotero collection with optional pagination and output in markdown or JSON format.
Instructions
List the items filed under a specific Zotero collection.
Args:
collection_key (string, required)
limit (number, default 50, max 100)
start (number, default 0): pagination offset
response_format ('markdown' | 'json', default 'markdown')
Returns the items in the collection (not sub-collections). For a broader text search restricted to a collection, use zotero_search_items with collection_key instead.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| start | No | ||
| collection_key | Yes | The collection's Zotero key | |
| response_format | No | Output format: 'markdown' for human-readable or 'json' for machine-readable | markdown |