Back to catalog
Cortexa research tool·structure·biomodels_tools
Biomodels Search
Search for computational biological models in the EBI BioModels database by keyword. Returns models with identifiers, names, formats (typically SBML), and URLs. Use this to find systems biology models related to specific biological processes (e.g., 'glycolysis', 'apoptosis', 'cell cycle'), diseases, or pathways. Find model IDs to use with other BioModels tools for detailed information and downloads.
Livelast probed 2026-04-30 23:07Z· 103msCortexa
Status
The most recent probe succeeded. Safe to call from the agent today.
- Last probed
- 1d ago
- Last success
- 1d ago
- Last latency
- 103ms
Schema
JSON Schema the agent (or your API call) must match.
{
"properties": {
"limit": {
"default": 10,
"description": "Maximum number of results to return",
"type": "integer"
},
"query": {
"description": "Search query for biological models",
"type": "string"
}
},
"required": [
"query"
],
"type": "object"
}Examples (1)
Default Biomodels Search call
public-safeinput
{
"limit": 3,
"query": "BRCA1"
}Expected response keys: success
Anonymous-safe example. Rate-limited; no sign-in required.
Identifiers
- Catalog ID
- tu_biomodels_search
- Tool name
- biomodels_search
- Added
- 2026-04-30 22:47Z
- Tags
- tooluniverse