Get Papers That Cite This Paper
paper_get_citationsRetrieve up to 100 academic papers that cite a given paper by its title, providing details such as authors, year, and citation count.
Instructions
Return up to 100 papers that cite the given paper (forward citations).
Returns JSON with: paper_title, total_citations, returned, citations (list of {title, authors, year, venue, doi, arxiv_id, citation_count}).
Args: params (PaperInput): { paper_title: str }
Returns: str: JSON-encoded citations or { "error": "..." }.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes | Shared input accepted by every tool in this server. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |