get_citations
Retrieve papers citing a specific DOI using Semantic Scholar. Filter results by limit and minimum citation count, with optional Zotero library check.
Instructions
Find papers that cite a given paper using Semantic Scholar.
Args: doi: DOI of the paper. limit: Maximum results (default 100, max 1000). min_citations: Minimum citation count filter. check_library: If true, annotate results with local Zotero presence.
Returns: JSON with count and papers list.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| doi | Yes | ||
| limit | No | ||
| min_citations | No | ||
| check_library | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |