enrich_dois
Retrieve full metadata for DOIs, including citation counts, references, volume, issue, and publisher. Use after search to expand basic paper details.
Instructions
Enrich DOIs with full metadata including citation counts and references.
Use this after search() to get detailed metadata for papers. The search() tool returns basic info (title, authors, year, journal). This tool adds: citation_count, references, volume, issue, publisher, etc.
Typical workflow:
search("epilepsy seizure prediction") -> get DOIs
enrich_dois([doi1, doi2, ...]) -> get full metadata
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dois | Yes | List of DOIs to enrich (e.g., ["10.1038/nature12373", "10.1126/science.aax0758"]) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |