zotero_update_item
Change fields on an existing Zotero reference, with conflict detection to prevent silent overwrites.
Instructions
Change fields on an existing reference.
Only the fields you pass are modified. The item's current version is read first, so a concurrent edit in Zotero surfaces as a clear conflict rather than silently overwriting.
Args: item_key: The 8-character item key. changes: Fields to set, e.g. {"title": "...", "date": "2024"}. For tags pass {"tags": [{"tag": "x"}]} (this replaces all tags).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| changes | Yes | ||
| item_key | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||