list_items
Retrieve a filtered list of Zotero items (papers, books) with options for collection, tag, item type, pagination, and library selection.
Instructions
List items (papers, books, etc. — not notes/attachments) in the
library, most recently modified first. Filter by collection_key
(from list_collections), tag (exact tag name), and/or item_type
(e.g. 'journalArticle', 'book', 'conferencePaper'). Use limit/offset
to page through a large library. Defaults to every library (personal
plus all group/shared libraries); pass library_id (see
list_libraries) to scope to just one. Returns key, title, library_id,
item_type, creators_summary, year, dateAdded, dateModified for each
item.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tag | No | ||
| limit | No | ||
| offset | No | ||
| item_type | No | ||
| library_id | No | ||
| collection_key | No |