get_collection_items
Retrieve all items in a Zotero collection by its key, returning item keys, titles, authors, and dates. Use the returned keys to fetch details, fulltext, or inject citations.
Instructions
Get all items in a specific Zotero collection. Returns item keys, titles, authors, and dates. Use the collectionKey from get_collections. Use the returned item keys with get_items_details, get_item_fulltext, or inject_citations.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| collectionKey | Yes | The collection key/ID | |
| excludeAttachments | No | Exclude attachment and note items (default: true) |