get_paper_citations
Retrieve citing papers for a specified academic paper, including citation contexts, intent labels, and influential-citation status.
Instructions
Retrieve papers that cite a specified academic paper.
This tool traverses the citation graph from an origin paper to papers that cite it. Each returned relationship may include:
canonical citing-paper metadata;
citation contexts;
citation intent labels;
influential-citation status.
Semantic Scholar supports citation graph retrieval. arXiv does not expose a citation graph API and will return a normalized unsupported-operation error.
This tool retrieves structured graph metadata only. It does not synthesize or summarize the citing papers.
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. |