Back to catalog
Cortexa research tool·chemistry·scientific_calculator
MolecularFormula Analyze
Analyze a molecular formula to calculate molar mass, degrees of unsaturation (DoU), and elemental composition (mass percentages). OR determine empirical/molecular formula from combustion analysis data (masses of CO2, H2O produced from burning a sample). Supports elements: C, H, N, O, S, P, F, Cl, Br, I. Use for: formula analysis, combustion analysis problems, elemental composition, molecular weight calculation.
Livelast probed 2026-04-30 23:07Z· 102msCortexa
Status
The most recent probe succeeded. Safe to call from the agent today.
- Last probed
- 1d ago
- Last success
- 1d ago
- Last latency
- 102ms
Schema
JSON Schema the agent (or your API call) must match.
{
"properties": {
"CO2_g": {
"description": "Mass of CO2 collected in grams. Required for combustion_analysis mode.",
"type": [
"number",
"null"
]
},
"H2O_g": {
"description": "Mass of H2O collected in grams. Required for combustion_analysis mode.",
"type": [
"number",
"null"
]
},
"N2_g": {
"default": 0,
"description": "Mass of N2 collected in grams (optional, default 0).",
"type": [
"number",
"null"
]
},
"formula": {
"description": "Molecular formula string (e.g., 'C6H12O6', 'C8H9NO2'). Required for analyze_formula mode.",
"type": [
"string",
"null"
]
},
"molar_mass": {
"description": "Known molar mass in g/mol to determine molecular formula from empirical formula (optional, combustion mode only).",
"type": [
"number",
"null"
]
},
"operation": {
"description": "Operation: 'analyze_formula' to analyze a known formula, or 'combustion_analysis' to determine formula from combustion data.",
"enum": [
"analyze_formula",
"combustion_analysis"
],
"type": "string"
},
"sample_g": {
"description": "Mass of sample burned in grams. Required for combustion_analysis mode.",
"type": [
"number",
"null"
]
}
},
"required": [
"operation"
],
"type": "object"
}Examples (1)
Default MolecularFormula Analyze call
public-safeinput
{
"operation": ""
}Expected response keys: success
Anonymous-safe example. Rate-limited; no sign-in required.
Identifiers
- Catalog ID
- tu_MolecularFormula_analyze
- Tool name
- MolecularFormula_analyze
- Added
- 2026-04-30 22:47Z
- Tags
- tooluniverse