Get Collection Items
get_collection_itemsGet paginated items from a Zotero collection. Specify the collection ID to load its contents one page at a time.
Instructions
Get items in a specific collection, one page at a time.
Args: collection_id: The collection key to browse limit: Maximum number of items to return per page (default 25, max 100) start: Offset of the first item; pass the value suggested by the previous call's footer to fetch the next page (default 0)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| start | No | ||
| collection_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |