batch_process
Execute multiple PubMed operations on a PMID set in one call for systematic reviews. Includes abstracts, citations, similar, RIS export, and full text, with concurrency control for rate limits.
Instructions
Run multiple operations against the same set of PMIDs in one call. Helpful for systematic-review style workflows. operations is an array drawn from: 'abstract', 'citations', 'similar', 'ris_export', 'full_text'. Respects NCBI rate limits via max_concurrency (default 3).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pmids | Yes | PMIDs to operate on | |
| operations | Yes | Which operations to run | |
| max_concurrency | No |