get_assay_info
Retrieve detailed bioassay information by providing the PubChem Assay ID (AID) to access comprehensive data on chemical compounds and their properties.
Instructions
Get detailed information for a specific bioassay by AID
Input Schema
Name | Required | Description | Default |
---|---|---|---|
aid | Yes | PubChem Assay ID (AID) |
Input Schema (JSON Schema)
{
"properties": {
"aid": {
"description": "PubChem Assay ID (AID)",
"type": "number"
}
},
"required": [
"aid"
],
"type": "object"
}