get_crossref_paper_by_doi
Get a specific paper from CrossRef by its DOI.
Args:
doi: Digital Object Identifier (e.g., '10.1038/nature12373').
Returns:
Paper metadata in dictionary format, or empty dict if not found.
Example:
get_crossref_paper_by_doi("10.1038/nature12373")
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| doi | Yes |