create_collection
Create a new collection in your Zotero library to organize papers. Optionally nest it under a parent collection and use the returned key for adding items.
Instructions
Create a new collection (folder) in your Zotero library. Optionally nest it under a parent collection. Returns the new collection key and name. Use the key with add_items_by_doi to organize imported papers.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Name of the new collection | |
| parent_collection | No | Zotero collection key of the parent collection. Get this from get_collections. |