get_paper_metadata
Resolve any arXiv ID, DOI, or URL to canonical paper metadata including title, authors, and abstract. Use this to obtain structured bibliographic details from academic paper links.
Instructions
Resolve an arXiv ID/URL, bioRxiv URL, DOI, or generic URL to canonical metadata.
For arXiv inputs this hits the arXiv export API to fetch title/authors/abstract. Other sources return the resolved URL with empty bibliographic fields (cheap by design).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| input_str | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | ||
| venue | No | ||
| source | Yes | ||
| authors | No | ||
| pdf_url | No | ||
| abstract | No | ||
| html_url | No | ar5iv HTML URL for arXiv papers. | |
| paper_id | Yes | Canonical identifier (e.g. arXiv ID, DOI). | |
| raw_input | Yes | The original URL/ID the caller supplied. | |
| primary_url | Yes | ||
| publication_date | No | ISO 8601 date when known. |