Back to catalog
Cortexa research tool·chemistry·metabolights
Metabolights Search Studies
List MetaboLights study IDs. NOTE: The MetaboLights API does not support keyword filtering — the query parameter is accepted but has no effect; all public study IDs are returned regardless of query. To find studies on a specific topic, use metabolights_get_study on individual IDs. Returns all public MetaboLights study accessions (MTBLS###).
Livelast probed 2026-05-01 01:00Z· 694msCortexa
Status
The most recent probe succeeded. Safe to call from the agent today.
- Last probed
- 1d ago
- Last success
- 1d ago
- Last latency
- 694ms
Schema
JSON Schema the agent (or your API call) must match.
{
"properties": {
"page": {
"default": 0,
"description": "Page number (default: 0)",
"type": "integer"
},
"query": {
"description": "Search query string (e.g., organism name, disease, metabolite name)",
"type": "string"
},
"size": {
"default": 20,
"description": "Number of results per page (default: 20)",
"maximum": 100,
"type": "integer"
}
},
"required": [
"query"
],
"type": "object"
}Examples (1)
Default Metabolights Search Studies call
public-safeinput
{
"page": 1,
"query": "BRCA1",
"size": 1
}Expected response keys: success
Anonymous-safe example. Rate-limited; no sign-in required.
Identifiers
- Catalog ID
- tu_metabolights_search_studies
- Tool name
- metabolights_search_studies
- Added
- 2026-05-01 00:58Z
- Tags
- tooluniverse