zotero_manage_collections
Add or remove Zotero items from collections using item keys. Specify collections by key, name, or path for batch updates.
Instructions
Add or remove one or more items from collections. item_keys must be an ARRAY of item keys, e.g. ["KEY1", "KEY2"] — not a single string. add_to and remove_from accept arrays of collection keys, names, or '/'-separated paths (resolved and validated automatically; unknown, trashed, or ambiguous specs fail before anything is changed). Use zotero_search_items to find item keys and zotero_search_collections to find collection keys.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| add_to | No | ||
| item_keys | Yes | ||
| remove_from | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |