Create collections
zotero_create_collectionCreate Zotero collections in your library, with optional nesting under an existing collection. Supports up to 50 collections per call.
Instructions
Create one or more collections, optionally nested under an existing collection. Up to 50 per call. Creating a nested tree takes one call per level, since a child needs its parent's key. Requires write access; zotero_authorize runs automatically if none has been granted.
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. | |
| collections | Yes | Collections to create, at most 50 per call. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| created | Yes | ||
| failures | Yes | ||
| libraryVersion | Yes |