zotero_search
Search your Zotero library for top-level items using free-text, item type, or tag filters. Retrieve a compact list of matching items.
Instructions
Search the Zotero library for top-level items.
Args: query: Free-text search. Matches title/creator/year by default. item_type: Restrict to a Zotero item type, e.g. "journalArticle", "book". tag: Restrict to items carrying this tag. limit: Maximum number of items to return. everything: If true, search all fields and full-text rather than just title/creator/year.
Returns a compact list of items, each with its key (use it with
zotero_get_item / zotero_get_children / zotero_get_item_fulltext).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tag | No | ||
| limit | No | ||
| query | No | ||
| item_type | No | ||
| everything | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |