get_paper_metadata
Retrieve full metadata for a paper using its DOI, PMID, or arXiv ID. Provides title, authors, abstract, and more.
Instructions
Get full metadata for a single paper by DOI, PMID, or arXiv ID.
Args: identifier: Paper identifier (e.g., 'doi:10.1038/nature12373', 'pmid:12345', 'arxiv:2106.12345'). cache_ttl_hours: Cache TTL in hours.
Returns: Paper metadata dict or error.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| identifier | Yes | ||
| cache_ttl_hours | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |