zotero_search
Search your Zotero library for references using free-text or filters like type, tag, and collection. Retrieve matching items to get keys needed for citing.
Instructions
Search the Zotero library and return matching references.
Use this before citing anything, to find the item keys that the Word tools need.
Args: query: Free-text search. Leave empty to browse. item_type: Restrict to a type, e.g. "journalArticle", "book". Prefix with "-" to exclude, e.g. "-attachment". tag: Restrict to a tag. Supports "tagA || tagB" for OR. collection_key: Restrict to one collection. search_mode: "titleCreatorYear" (default) or "everything" to also search full text of attachments and notes. limit: Max results, 1-100. sort: dateModified, dateAdded, title, creator, date, or itemType. direction: "asc" or "desc". top_level_only: Skip notes and attachments that hang off an item.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tag | No | ||
| sort | No | dateModified | |
| limit | No | ||
| query | No | ||
| start | No | ||
| direction | No | desc | |
| item_type | No | ||
| search_mode | No | titleCreatorYear | |
| collection_key | No | ||
| top_level_only | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||