batch_fetch_articles
Fetch multiple PubMed articles in large batches, respecting NCBI rate limits. Automatically chunks requests and returns both successful and failed retrievals.
Instructions
Efficiently fetch multiple articles with rate limiting.
Handles large batches by chunking requests and respecting NCBI rate limits. Returns both successful and failed retrievals.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pmids | Yes | List of PubMed IDs (up to 10,000) | |
| batch_size | No | IDs per API call (max 500) | |
| include_abstract | No | Include abstracts | |
| include_metadata | No | Include article metadata |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||