Get a collection
zotero_get_collectionRetrieve a single Zotero collection by its key: get its name, parent collection, item count, and version. The version enables conflict detection for later update or delete operations.
Instructions
Fetch one collection by key, including its name, parent collection, item count and current version. The version is what zotero_update_collection and zotero_delete_collection use for conflict detection.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| groupId | No | Group library ID. Omit for the personal library ("My Library"), which is what almost every request wants. Group IDs come from zotero_list_libraries. | |
| verbose | No | Return Zotero's raw API envelope (library block, self/alternate links, full meta) instead of the flattened object. Costs many extra tokens per object; only useful when a URL or the raw meta block is genuinely needed. | |
| collectionKey | Yes | Collection key, e.g. "WXYZ5678". |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| collection | Yes |