Search the Zotero library
zotero_searchSearch your Zotero library by title, creator, year, or full-text PDF; filter by item type, tag, or collection to retrieve a compact Markdown list with item keys for citations.
Instructions
Search the library and return a compact list of matching items.
Args: query: Free-text query. Matched against titles, creators and years by default. search_mode: "titleCreatorYear" for metadata only (fast), or "everything" to include note text and indexed PDF full text. item_type: Restrict to one Zotero item type, for example "journalArticle", "book", "thesis" or "preprint". tag: Restrict to items carrying this tag. Prefix with "-" to exclude a tag. collection: Collection key or collection name to search within. limit: Maximum number of items to return (1-100).
Returns: A Markdown list, one line per item, ending in the item key needed by zotero_get_item and the citation tools.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tag | No | ||
| limit | No | ||
| query | Yes | ||
| item_type | No | ||
| collection | No | ||
| search_mode | No | titleCreatorYear |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |