batch_entry_lookup
Retrieve up to 50 KEGG entries in a single call, automatically chunking into groups of 10 to comply with API limits.
Instructions
Fetch multiple KEGG entries in bulk (max 50 IDs).
Automatically chunks requests into groups of 10 to respect KEGG's API limit.
Args: entry_ids: List of KEGG entry IDs (e.g. ['C00002', 'C00031', 'C00033']). Can mix databases. Max 50 entries.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| entry_ids | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |