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