zotero_add_items_to_collection
Add items to a Zotero collection by providing collection key and item keys, without removing them from other collections.
Instructions
Add one or more items to a collection. An item can live in multiple collections; this never removes it from others. Use zotero_list_collections to get keys.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| item_keys | Yes | Item keys to add, e.g. ['ABCD1234', 'WXYZ5678']. | |
| collection_key | Yes | Target collection key. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |