Back to catalog
Cortexa research tool·chemistry·metabolomics_workbench
MetabolomicsWorkbench Get Study
Get metadata and information about a metabolomics study by its study ID. Returns study summary including title, subject species, analysis type, and metabolites.
Livelast probed 2026-04-30 23:07Z· 109msCortexa
Status
The most recent probe succeeded. Safe to call from the agent today.
- Last probed
- 1d ago
- Last success
- 1d ago
- Last latency
- 109ms
Schema
JSON Schema the agent (or your API call) must match.
{
"properties": {
"output_item": {
"default": "summary",
"description": "Type of information to return. Options: 'summary' (study overview), 'factors' (experimental factors), 'analysis' (analysis methods), 'metabolites' (metabolite list), 'data' (full data matrix).",
"enum": [
"summary",
"factors",
"analysis",
"metabolites",
"data"
],
"type": "string"
},
"study_id": {
"description": "Metabolomics Workbench study ID (e.g., 'ST000001', 'ST000100').",
"type": "string"
}
},
"required": [
"study_id"
],
"type": "object"
}Examples (1)
Default MetabolomicsWorkbench Get Study call
public-safeinput
{
"study_id": ""
}Expected response keys: success
Anonymous-safe example. Rate-limited; no sign-in required.
Identifiers
- Catalog ID
- tu_MetabolomicsWorkbench_get_study
- Tool name
- MetabolomicsWorkbench_get_study
- Added
- 2026-04-30 22:47Z
- Tags
- tooluniverse