Create Zotero Collection
zotero_create_collectionCreate a new collection in your Zotero library. Optionally nest it under a parent collection, and use the returned key to add items.
Instructions
Create a new collection (folder) in the Zotero library.
Args:
name (string, required)
parent_collection_key (string, optional): nest under this collection; omit for a top-level collection
Returns the new collection's key, for use with zotero_add_items_to_collection.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| parent_collection_key | No | Omit to create a top-level collection |