search_items
Search your Zotero library for references matching a query. Returns condensed metadata for each match, excluding attachments and notes.
Instructions
Search the Zotero library for items matching a query.
Returns condensed metadata for each match. Attachments and notes are excluded so results are actual references; use get_item_children to see an item's PDFs and notes.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tag | No | Filter by tag. Use '||' for OR, and '-' prefix to negate. | |
| limit | No | Maximum number of results (1-100). | |
| qmode | No | 'titleCreatorYear' searches titles/creators/year; 'everything' also searches full-text content of attachments. | titleCreatorYear |
| query | Yes | Search text. Matches title and creators by default. | |
| item_type | No | Filter by item type, e.g. 'journalArticle', 'book'. Supports Zotero boolean syntax such as 'book || bookSection' and '-attachment' to exclude. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |