Get Entity Summary
pubchem_get_summaryRetrieve descriptive summaries for PubChem entities by ID. Query assays, genes, proteins, or taxonomy with batch support for up to 10 identifiers.
Instructions
Get descriptive summaries for PubChem entities by ID. Supports assays (AID), genes (Gene ID), proteins (UniProt accession), and taxonomy (Tax ID). Up to 10 per call.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| entityType | Yes | Entity type. Determines ID format and returned fields. | |
| identifiers | Yes | Entity identifiers (1-10). Type depends on entityType: - assay: AID (number), e.g. [1000] - gene: Gene ID (number), e.g. [1956] - protein: UniProt accession (string), e.g. ["P00533"] - taxonomy: Tax ID (number), e.g. [9606] |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| entityType | Yes | Entity type queried. | |
| summaries | Yes | Summary results. |