Get Entity Summary
pubchem_get_summaryRetrieve descriptive summaries for PubChem entities including assays, genes, proteins, and taxonomy by providing their identifiers. Supports up to 10 per request.
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 |
|---|---|---|---|
| notice | No | Recovery guidance when one or more identifiers were not found. | |
| summaries | Yes | Summary results. | |
| entityType | Yes | Entity type queried. | |
| foundCount | Yes | Identifiers resolved to a summary. | |
| requestedCount | Yes | Identifiers requested. |