zotero_update_collection
Rename a collection or move it under a new parent while preserving its key, subcollections, and item membership. Specify the collection key and optional new name or parent.
Instructions
Rename a collection or move it under a different parent, keeping its key, subcollections and item membership (#517). collection_key: the 8-character key of the collection to change. name: the new name, or omit to keep it. parent_collection: key or name of the new parent; a collection cannot be moved under itself or one of its own subcollections. to_top_level=True moves it out of any parent. Pass at least one change. Use zotero_search_collections to find keys. Example: zotero_update_collection(collection_key="KMMQDFQ4", name="AI & ML").
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | ||
| to_top_level | No | ||
| collection_key | Yes | ||
| parent_collection | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |