search_items
Search a Zotero library by title, creator, year, tag, collection, or full-text content. Filter and paginate results to locate references.
Instructions
Search the Zotero library. Read-only.
query: substring match against title/creator/year (Zotero's quick
search), or omit to list items.
item_type: filter to one Zotero item type, e.g. "journalArticle",
"book", "report", "webpage".
tag: filter to items carrying this exact tag.
collection_key: filter to items filed in this collection (see
list_collections).
limit/start: pagination (default limit 25).
full_text: also match query against the indexed content of attached
files and notes, not just title/creator/year (Zotero's
qmode="everything"). Slower than the default search. Requires a
non-empty query -- raises a validation error otherwise.
Each result includes key and version -- pass both to update_item,
add_tags/remove_tags/set_tags, add_to_collection/remove_from_collection,
delete_item_permanently, or move_item_to_different_library.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tag | No | ||
| limit | No | ||
| query | No | ||
| start | No | ||
| full_text | No | ||
| item_type | No | ||
| collection_key | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |