Get Paper Reference List
paper_get_referencesRetrieve the bibliography of an academic paper, including titles, authors, and publication details of all papers it cites.
Instructions
Return the bibliography of a paper — the papers it cites (backward citations).
Returns JSON with: paper_title, total_references, returned, references (list of {title, authors, year, venue, doi, arxiv_id}).
Args: params (PaperInput): { paper_title: str }
Returns: str: JSON-encoded references 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 |