zotero_bulk_update_fields
Apply changes to many Zotero items in one call, using per-item key and field patches to fix hundreds of records at once.
Instructions
Apply a field patch to MANY items in one call (e.g. fixing a hundred titles). Each entry: {'key': 'ABCD1234', 'fields': {...}}. Same semantics as zotero_update_item_fields per item; each request carries its own Zotero-Write-Token for idempotency.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| updates | Yes | Entries of {'key': item key, 'fields': fields to change}. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |