zotero_update_item_fields
Update selected fields of a Zotero item to fix missing titles, dates, publications, abstracts, or set tags. Pass only the fields to change; other values remain untouched.
Instructions
Update fields of an item, e.g. to fix a missing title, date, publication, or abstract, or to set tags (tags: [{'tag': 'x'}]). Pass only the fields to change; everything else is untouched. Use zotero_item_metadata first to see the current values. Collections are NOT edited here — use the dedicated collection tools.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fields | Yes | Fields to change as a JSON object, e.g. {'title': 'New Title', 'date': '2024'}. | |
| item_key | Yes | Item key to update. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |