Back to catalog
Cortexa research tool·structure·biomodels_tools
BioModels Get Model
Get comprehensive metadata for a specific BioModels entry by its model identifier. Returns detailed information including model name, description, publication references, organism, biological processes, SBML level/version, creation/modification dates, and curator annotations. Use this to understand model details, citations, and biological context before downloading or using a model. Find model IDs using biomodels_search (e.g., 'BIOMD0000000469', 'MODEL1707110000').
Livelast probed 2026-04-30 23:07Z· 90msCortexa
Status
The most recent probe succeeded. Safe to call from the agent today.
- Last probed
- 1d ago
- Last success
- 1d ago
- Last latency
- 90ms
Schema
JSON Schema the agent (or your API call) must match.
{
"properties": {
"model_id": {
"description": "BioModels identifier (e.g., 'BIOMD0000000469', 'MODEL1707110000'). Find IDs using biomodels_search. Optionally append '.N' for a specific revision (e.g., 'BIOMD0000000469.1').",
"type": "string"
}
},
"required": [
"model_id"
],
"type": "object"
}Examples (1)
Default BioModels Get Model call
public-safeinput
{
"model_id": ""
}Expected response keys: success
Anonymous-safe example. Rate-limited; no sign-in required.
Identifiers
- Catalog ID
- tu_BioModels_get_model
- Tool name
- BioModels_get_model
- Added
- 2026-04-30 22:47Z
- Tags
- tooluniverse