Back to catalog
Cortexa research tool·chemistry·bigg_models
BiGG Get Reaction
Get detailed reaction information including stoichiometry, metabolites, gene-reaction rules, and database links. Query from specific model or universal database. Returns reaction equation, participating metabolites with coefficients, GPR (gene-protein-reaction) associations, bounds, and cross-references (KEGG, MetaCyc, BRENDA). Use for: understanding reaction mechanisms, gene associations, flux constraints, pathway analysis. Essential for metabolic modeling.
Livelast probed 2026-05-01 01:00Z· 92msCortexa
Status
The most recent probe succeeded. Safe to call from the agent today.
- Last probed
- 1d ago
- Last success
- 1d ago
- Last latency
- 92ms
Schema
JSON Schema the agent (or your API call) must match.
{
"properties": {
"model_id": {
"default": "universal",
"description": "Model ID or 'universal' for universal reaction database",
"type": "string"
},
"operation": {
"description": "Operation type",
"enum": [
"get_reaction"
],
"type": "string"
},
"reaction_id": {
"description": "Required: BiGG reaction ID (e.g., 'GAPD', 'PGI')",
"type": "string"
}
},
"required": [
"operation",
"reaction_id"
],
"type": "object"
}Examples (1)
Default BiGG Get Reaction call
public-safeinput
{
"operation": "",
"reaction_id": ""
}Expected response keys: success
Anonymous-safe example. Rate-limited; no sign-in required.
Identifiers
- Catalog ID
- tu_BiGG_get_reaction
- Tool name
- BiGG_get_reaction
- Added
- 2026-05-01 00:58Z
- Tags
- tooluniverse