Back to catalog
Cortexa research tool·genomics·bigg_models
BiGG Get Model Reactions
Get all reactions in a metabolic model. Returns reaction IDs, names, and organisms for all biochemical reactions in the model. Use for: analyzing metabolic capabilities, finding specific pathways, reaction enumeration, model comparison. Follow with BiGG_get_reaction for detailed reaction information including stoichiometry and gene-reaction rules.
Livelast probed 2026-04-30 23:07Z· 110msCortexa
Status
The most recent probe succeeded. Safe to call from the agent today.
- Last probed
- 1d ago
- Last success
- 1d ago
- Last latency
- 110ms
Schema
JSON Schema the agent (or your API call) must match.
{
"properties": {
"model_id": {
"description": "Required: BiGG model ID",
"type": "string"
},
"operation": {
"description": "Operation type",
"enum": [
"get_model_reactions"
],
"type": "string"
}
},
"required": [
"operation",
"model_id"
],
"type": "object"
}Examples (1)
Default BiGG Get Model Reactions call
public-safeinput
{
"model_id": "",
"operation": ""
}Expected response keys: success
Anonymous-safe example. Rate-limited; no sign-in required.
Identifiers
- Catalog ID
- tu_BiGG_get_model_reactions
- Tool name
- BiGG_get_model_reactions
- Added
- 2026-04-30 22:47Z
- Tags
- tooluniverse