get_items_metadata
Retrieve detailed metadata for specific items in your Zotero library, including abstracts, BibTeX keys, and optional fulltext content.
Instructions
Get detailed information on specific item(s) in the library
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| item_key | Yes | Item key(s) to retrieve. Multiple keys are separated by comma. | |
| include_fulltext | No | Include fulltext content (default: False) | |
| include_abstract | No | Include abstract (default: True) | |
| include_bibtex | No | Include BibTeX key (default: True) |