find_related
Find academic papers semantically related to a given paper via Semantic Scholar, using DOI input. Optionally filter by citation count and annotate results with local Zotero presence.
Instructions
Find papers related to a given paper using Semantic Scholar.
Uses SPECTER2 embeddings for semantic similarity.
Args: doi: DOI of the paper. limit: Maximum results (default 20, max 500). 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 |