Back to catalog
Cortexa research tool·chemistry·metabolite
Metabolite Get Info
Get compound information for a metabolite by HMDB ID, compound name, or PubChem CID. Returns common name, IUPAC name, molecular formula, molecular weight, canonical SMILES, and InChIKey via PubChem. Accepts HMDB IDs (e.g., HMDB0000122), compound names (e.g., glucose), or PubChem CIDs (numeric).
Livelast probed 2026-04-30 23:07Z· 83msCortexa
Status
The most recent probe succeeded. Safe to call from the agent today.
- Last probed
- 1d ago
- Last success
- 1d ago
- Last latency
- 83ms
Schema
JSON Schema the agent (or your API call) must match.
{
"properties": {
"compound_name": {
"description": "Compound name (e.g., glucose, L-alanine, caffeine)",
"type": "string"
},
"hmdb_id": {
"description": "HMDB ID (e.g., HMDB0000122 or HMDB0000001)",
"type": "string"
},
"operation": {
"const": "get_info",
"type": "string"
},
"pubchem_cid": {
"description": "PubChem CID (e.g., 5793)",
"type": [
"integer",
"string"
]
}
},
"type": "object"
}Examples (1)
Default Metabolite Get Info call
public-safeinput
{
"compound_name": "aspirin"
}Expected response keys: success
Anonymous-safe example. Rate-limited; no sign-in required.
Identifiers
- Catalog ID
- tu_Metabolite_get_info
- Tool name
- Metabolite_get_info
- Added
- 2026-04-30 22:47Z
- Tags
- tooluniverse