Search specific Zotero fields
zotero_advanced_searchFind specific Zotero references by filtering on title, creator, publication, year range, item type, or tag, then receive a Markdown list of matching items.
Instructions
Search by individual metadata fields and filter by publication year.
Field filters other than item_type and tag are applied client-side after a broad server-side query, which keeps the tool usable on both the local and the web transport.
Args: title: Substring to match in the title. creator: Substring to match in any creator's name. publication: Substring to match in the journal or book title. year_from: Earliest publication year to include. year_to: Latest publication year to include. item_type: Restrict to one Zotero item type. tag: Restrict to items carrying this tag. limit: Maximum number of items to return (1-100).
Returns: A Markdown list of matching items with their item keys.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tag | No | ||
| limit | No | ||
| title | No | ||
| creator | No | ||
| year_to | No | ||
| item_type | No | ||
| year_from | No | ||
| publication | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |