get_collections
List Zotero library collections, returning keys, names, and parent relationships for organizing content and retrieving items. Trashed collections are excluded unless specified.
Instructions
List all collections (folders) in your Zotero library. Returns collection keys, names, and parent relationships. Use collection keys with get_collection_items or as parent_collection in create_collection. Trashed collections are excluded by default.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| include_trashed | No | Include trashed (deleted) collections. Default false. |