uniprot_batch_entries
Fetch multiple UniProt entries in a single call, skipping invalid accessions to avoid failures and reduce network round-trips.
Instructions
Fetch multiple entries in a single call. Use this instead of repeated
uniprot_get_entry calls when you already have a list of accessions —
one network round-trip instead of N, with invalid accessions reported
rather than aborting the batch.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| accessions | Yes | Comma-separated UniProt accessions, e.g. 'P04637,P38398'. Invalid accessions are skipped rather than failing the whole call; only the first 100 valid accessions are fetched. | |
| response_format | No | 'markdown' (default) for a human-readable report with a provenance footer, or 'json' for a machine-parseable structured payload with the same data. Any other value is rejected. | markdown |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |