Back to catalog
Cortexa research tool·chemistry·metabolomics_workbench
MetabolomicsWorkbench Search By Exact Mass
Search metabolites by exact molecular mass. Useful for identifying unknown metabolites from high-resolution mass spectrometry.
Livelast probed 2026-04-30 23:07Z· 104msCortexa
Status
The most recent probe succeeded. Safe to call from the agent today.
- Last probed
- 1d ago
- Last success
- 1d ago
- Last latency
- 104ms
Schema
JSON Schema the agent (or your API call) must match.
{
"properties": {
"mass_value": {
"description": "The exact mass value to search for in Daltons (e.g., 180.0634).",
"type": "number"
},
"tolerance": {
"default": 0.1,
"description": "Mass tolerance in Daltons for the search.",
"type": "number"
}
},
"required": [
"mass_value"
],
"type": "object"
}Examples (1)
Default MetabolomicsWorkbench Search By Exact Mass call
public-safeinput
{
"mass_value": 1,
"tolerance": 1
}Expected response keys: success
Anonymous-safe example. Rate-limited; no sign-in required.
Identifiers
- Catalog ID
- tu_MetabolomicsWorkbench_search_by_exact_mass
- Tool name
- MetabolomicsWorkbench_search_by_exact_mass
- Added
- 2026-04-30 22:47Z
- Tags
- tooluniverse