Back to catalog
Cortexa research tool·chemistry·metabolite
Metabolite Search
Search for metabolites by compound name or molecular formula via PubChem. Returns up to 10 matching compounds with PubChem CID, name, formula, molecular weight, and SMILES. Use search_type='name' for name/keyword search (default) or search_type='formula' for exact molecular formula search (e.g., C6H12O6).
Livelast probed 2026-04-30 23:07Z· 114msCortexa
Status
The most recent probe succeeded. Safe to call from the agent today.
- Last probed
- 1d ago
- Last success
- 1d ago
- Last latency
- 114ms
Schema
JSON Schema the agent (or your API call) must match.
{
"properties": {
"operation": {
"const": "search",
"type": "string"
},
"query": {
"description": "Search query: compound name (e.g., glucose) or molecular formula (e.g., C6H12O6)",
"type": "string"
},
"search_type": {
"default": "name",
"description": "Search type: 'name' for compound name search, 'formula' for molecular formula search (default: name)",
"type": "string"
}
},
"required": [
"query"
],
"type": "object"
}Examples (1)
Default Metabolite Search call
public-safeinput
{
"query": "BRCA1"
}Expected response keys: success
Anonymous-safe example. Rate-limited; no sign-in required.
Identifiers
- Catalog ID
- tu_Metabolite_search
- Tool name
- Metabolite_search
- Added
- 2026-04-30 22:47Z
- Tags
- tooluniverse