get_items_details
Retrieve metadata for multiple Zotero items in one call. Accepts item keys and returns type-specific fields, optionally including abstracts.
Instructions
Get metadata for multiple Zotero items in a single call. Accepts an array of item keys and returns a map of key → metadata. Use this instead of calling get_item_details multiple times. Returns all type-specific fields (e.g. bookTitle for bookSection, proceedingsTitle for conferencePaper, university for thesis). Set include_abstract to include abstracts (excluded by default to keep responses lightweight).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| item_keys | Yes | Array of Zotero item keys (e.g. ["EUHUT5K3", "F9UQM7N2"]). Get these from search_library, add_items_by_doi, or get_collection_items. | |
| include_abstract | No | Include abstractNote in the response. Default false to keep responses lightweight. |