fetch_batch
Retrieve abstracts for multiple PubMed IDs in a single batch request. Returns structured data per ID, with option to omit abstracts.
Instructions
Retrieve abstracts for multiple PMIDs in a single batch request. Returns structured data per PMID. Set include_abstract=false to omit the abstract field (e.g., when you only need full author lists).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pmids | Yes | List of PubMed IDs (PMIDs) | |
| include_abstract | No | Whether to include the abstract field (default true) |