Back to catalog
Cortexa research tool·drug discovery·pharmacodb
PharmacoDB Get Compound
Get detailed information about a compound/drug from PharmacoDB, including chemical annotations (SMILES, InChIKey, PubChem CID, ChEMBL ID, FDA approval status), the datasets it has been profiled in, and its known molecular targets with associated genes. Look up by compound name or PharmacoDB compound ID. Useful for characterizing drug properties and identifying which pharmacogenomics datasets include a specific compound. Example: get details for Paclitaxel, Erlotinib, or Lapatinib.
Livelast probed 2026-04-30 23:07Z· 116msCortexa
Status
The most recent probe succeeded. Safe to call from the agent today.
- Last probed
- 1d ago
- Last success
- 1d ago
- Last latency
- 116ms
Schema
JSON Schema the agent (or your API call) must match.
{
"properties": {
"compound_id": {
"description": "PharmacoDB compound database ID (e.g., 49658 for Paclitaxel). Mutually exclusive with compound_name.",
"type": [
"integer",
"null"
]
},
"compound_name": {
"description": "Compound name (e.g., 'Paclitaxel', 'Erlotinib'). Mutually exclusive with compound_id.",
"type": [
"string",
"null"
]
},
"operation": {
"description": "Operation type",
"enum": [
"get_compound"
],
"type": "string"
}
},
"required": [
"operation"
],
"type": "object"
}Examples (1)
Default PharmacoDB Get Compound call
public-safeinput
{
"operation": ""
}Expected response keys: success
Anonymous-safe example. Rate-limited; no sign-in required.
Identifiers
- Catalog ID
- tu_PharmacoDB_get_compound
- Tool name
- PharmacoDB_get_compound
- Added
- 2026-04-30 22:47Z
- Tags
- tooluniverse