Search Items
search_itemsSearch Zotero items by keyword, tag, or item type. Locate references, notes, and PDF full-text content using query modes and filters.
Instructions
Search items in the Zotero library.
Use 'query' for keyword search
Use 'qmode=everything' to search within notes and full-text content (PDF text)
Use 'itemType=note' with 'includeChildren=true' to find only notes
Use 'includeTrashed=true' to include items in trash
Returns: list of items with key, title, itemType, creators, date
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tag | No | Filter by tag name | |
| limit | No | Number of results (default 25, max 100) | |
| qmode | No | Search mode: titleCreatorYear (default, fast) or everything (searches notes and fulltext, slower) | |
| query | No | Search keywords | |
| start | No | Pagination offset for fetching more results | |
| itemType | No | Filter by item type: journalArticle, book, note, attachment, etc. | |
| collectionKey | No | Filter by collection key | |
| includeTrashed | No | Include items in trash | |
| includeChildren | No | Include child items like notes and attachments in results |