Get Paper Metadata
paper_get_metadataRetrieve comprehensive metadata for an academic paper by title, including authors, abstract, citation count, and more. Queries Semantic Scholar and arXiv.
Instructions
Return comprehensive metadata for an academic paper searched by title.
Queries Semantic Scholar first (richest metadata), then falls back to arXiv.
Returns JSON with: title, authors, abstract, year, venue, doi, arxiv_id, semantic_scholar_id, citation_count, reference_count, fields_of_study, publication_types, publication_date, is_open_access, open_access_pdf, tldr.
Args: params (PaperInput): { paper_title: str }
Returns: str: JSON-encoded metadata dict 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 |