scite_enrich_search
Search your Zotero library and enrich each result with Scite citation counts (supporting/contrasting/mentioning) and retraction or correction notices in a single batched request.
Instructions
Search Zotero and enrich every result with a Scite citation tally (supporting / contrasting / mentioning) plus any retraction or correction notices. Returns the same markdown as zotero_search_items with extra per-item Scite fields. Use this INSTEAD of calling scite_enrich_item N times — it does one batched Scite request, not N. For a plain search with no Scite overhead use zotero_search_items; for a retraction-only scan use scite_check_retractions. query: title/author query — SAME substring semantics as zotero_search_items, so 'Author Year' (e.g. 'Brewer 2011') works best and extra words NARROW (not broaden) the match. limit: max results to enrich (default 10). Items without a DOI in metadata are returned without Scite fields (Scite needs DOIs to resolve). Scope: active Zotero library only (switch with zotero_switch_library). No Scite account or API key required — uses the free public endpoints, so Scite-side enrichment can fail transiently (Zotero results still return, just without Scite fields). Example: scite_enrich_search(query='Cladder-Micus', limit=5).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | ||
| limit | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |