article_get
Fetch article metadata, citations, and sections by PMID, PMCID, or DOI, with fast auto-fallback or full provider coverage.
Instructions
Get article by PMID/PMCID/DOI. Citation: fast mode (~4s, auto-fallback to PubMed) or full mode (~15-30s, all 5 providers). Provider coverage depends on ID type.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Article identifier: PMID (numeric, e.g. "12345"), PMCID (e.g. "PMC1234567"), or DOI (e.g. "10.1038/s41586-021-03819-2") | |
| sections | No | Sections to include. Use ["citation"] for citation data, ["all"] for everything. | |
| limit | No | Maximum items per section (e.g., 20 citations) | |
| citation_mode | No | Fast: Europe PMC, Semantic Scholar, Crossref (~4s). Full: All 5 providers (~15-30s). Fast mode auto-falls back to PubMed when other providers return no items. | fast |
| citation_direction | No | Citation direction: "forward" (articles citing this one), "backward" (references), "both" (default) | both |