List the items in a collection
zotero_get_collection_itemsRetrieve a list of items in a Zotero collection using its collection key, with an optional limit. Returns item keys in Markdown format for quick review.
Instructions
List the items held in one collection.
Args: collection_key: Eight-character collection key from zotero_list_collections. limit: Maximum number of items to return (1-200).
Returns: A Markdown list of items with their keys.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| collection_key | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |