get_crossref_paper_by_doi
Find paper metadata by DOI from CrossRef. Access author, title, journal, and other publication details.
Instructions
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 |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |