List Zotero Collections
zotero_list_collectionsList Zotero library collections (folders) to browse top-level or sub-collections. Returns each collection's key, name, and item count for further actions.
Instructions
List collections (folders) in the Zotero library.
Args:
parent_collection_key (string, optional): list sub-collections of this collection; omit for top-level collections
response_format ('markdown' | 'json', default 'markdown')
Returns each collection's key, name, and item count. Use a collection's key with zotero_get_collection_items or zotero_add_items_to_collection.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| response_format | No | Output format: 'markdown' for human-readable or 'json' for machine-readable | markdown |
| parent_collection_key | No | If set, list sub-collections of this collection instead of top-level collections |