Back to catalog
Cortexa research tool·chemistry·metabolite
Metabolite Get Diseases
Get curated disease associations for a metabolite using CTD (Comparative Toxicogenomics Database). Accepts HMDB ID, compound name, or PubChem CID. Resolves the identifier to PubChem to get the canonical compound name, then queries CTD for chemical-disease associations with direct evidence. Returns disease name, disease ID (MeSH), disease categories, direct evidence type (marker/mechanism), and supporting PubMed IDs.
Livelast probed 2026-04-30 23:07Z· 118msCortexa
Status
The most recent probe succeeded. Safe to call from the agent today.
- Last probed
- 1d ago
- Last success
- 1d ago
- Last latency
- 118ms
Schema
JSON Schema the agent (or your API call) must match.
{
"properties": {
"compound_name": {
"description": "Compound name (e.g., glucose, cholesterol)",
"type": "string"
},
"hmdb_id": {
"description": "HMDB ID (e.g., HMDB0000122)",
"type": "string"
},
"limit": {
"default": 50,
"description": "Maximum number of disease associations to return (default: 50)",
"type": "integer"
},
"operation": {
"const": "get_diseases",
"type": "string"
},
"pubchem_cid": {
"description": "PubChem CID (e.g., 5793)",
"type": [
"integer",
"string"
]
}
},
"type": "object"
}Examples (1)
Default Metabolite Get Diseases call
public-safeinput
{
"compound_name": "aspirin",
"limit": 3
}Expected response keys: success
Anonymous-safe example. Rate-limited; no sign-in required.
Identifiers
- Catalog ID
- tu_Metabolite_get_diseases
- Tool name
- Metabolite_get_diseases
- Added
- 2026-04-30 22:47Z
- Tags
- tooluniverse