get_crossref_paper_by_doi
Retrieve full metadata, including title, authors, journal, and citation count, for any academic paper by providing its DOI. Verifies DOI existence.
Instructions
Get paper metadata from CrossRef using its DOI.
USE THIS TOOL WHEN:
- You have a DOI and need full metadata (title, authors, journal, etc.)
- You want to verify a DOI exists
- You need citation count for a specific paper
Args:
doi: Digital Object Identifier (e.g., '10.1038/nature12373').
Returns:
Paper metadata dict, or empty dict {} if DOI not found.
Example:
get_crossref_paper_by_doi("10.1038/nature12373")Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| doi | Yes |