get_item
Retrieve a single Zotero item by key to obtain its current version and creator information for safe updates.
Instructions
Fetch one item by key. Read-only. Use this to get an item's current
version right before a mutating call, if you don't already have a
fresh one from search_items. creators is a list of {creatorType,
firstName, lastName} (or {creatorType, name} for single-field/
institutional creators) entries -- see search_items' docstring.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| key | Yes |