convert_article_ids
Convert biomedical article IDs between PMID, PMCID, DOI, and manuscript ID formats in batches up to 200.
Instructions
Convert article IDs between different formats.
Supports batch conversion (up to 200 IDs) between:
PMID (PubMed ID): e.g., "37000000"
PMCID (PubMed Central ID): e.g., "PMC7611378"
DOI: e.g., "10.1093/nar/gks1195"
Manuscript ID: e.g., "NIHMS1677310"
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ids | Yes | List of IDs to convert (max 200) | |
| from_type | No | "auto" (detect), "pmid", "pmcid", "doi", "mid" | auto |
| include_versions | No | Include version history |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||