ncbi_esummary
Fetch summary information for given IDs from NCBI databases. Retrieve detailed records after a search in JSON format.
Instructions
Fetch summary information for given IDs using esummary. Useful for getting detailed info after esearch.
Args:
database: NCBI database name (alias: db)
ids: IDs to fetch summaries for. Accepts either a list of strings
(e.g., ["123", "456"]) or a comma-separated string ("123,456").
db: Alias for database.
Returns: Parsed JSON response with summary data
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| database | No | ||
| ids | No | ||
| db | No |