get_paper_references
Retrieve papers referenced by a specified academic paper, including reference contexts, intent labels, and influential status from Semantic Scholar.
Instructions
Retrieve papers referenced by a specified academic paper.
This tool traverses the reference graph from an origin paper to papers listed in its bibliography. Each returned relationship may include:
canonical referenced-paper metadata;
reference contexts;
intent labels;
influential-reference status.
Semantic Scholar supports reference graph retrieval. arXiv does not expose a reference graph API and will return a normalized unsupported-operation error.
This tool retrieves structured graph metadata only. It does not evaluate the quality of the references.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| offset | No | ||
| paper_id | Yes | ||
| provider | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | Yes | Maximum number of relationships requested. | |
| offset | Yes | Offset used for the provider request. | |
| paper_id | Yes | Identifier of the origin paper. | |
| provider | Yes | Provider used for the graph request. | |
| returned | Yes | Number of relationships returned. | |
| references | No | Canonical citation or reference relationships. |