Scholarly context (references, citations, related)
zotero_scholarGet scholarly context around a paper by DOI: look up metadata and citation counts, retrieve references, citing works, or related studies, and optionally flag results already in your library.
Instructions
Explore the EXTERNAL scholarly graph around a paper (OpenAlex, Crossref fallback). This does NOT search, list, or read your Zotero library — it queries the open web, and results are works from the scholarly web, not your items. To search or inspect YOUR library use zotero_search_items, zotero_semantic_search, zotero_get_item, or zotero_list_tags instead. Provide a doi and an action: "lookup" (metadata + citation count), "references" (works this paper cites), "citations" (works that cite this paper, most-cited first), or "related" (similar works). Set include_in_library: true to additionally flag which results your library already holds (off by default because it scans the library); otherwise every result is just a web record. limit caps results (default 20). Read-only; calls external scholarly APIs.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| doi | Yes | The DOI of the paper (with or without the https://doi.org/ prefix). | |
| limit | No | Max results (default 20). | |
| action | Yes | ||
| include_in_library | No | Also scan the library and flag results already saved (default false; scanning is expensive). |