Back to catalog
Cortexa research tool·structure·biomodels_tools
BioModels Search Parameters
Search for specific parameters within BioModels entries. Find models containing parameters matching your query (e.g., reaction rates, initial concentrations, kinetic constants). Returns models with parameter names, values, and units. Essential for finding models with specific parameter values or discovering parameter ranges across multiple models. Use this for comparative analysis or parameter estimation studies.
Livelast probed 2026-04-30 23:07Z· 109msCortexa
Status
The most recent probe succeeded. Safe to call from the agent today.
- Last probed
- 1d ago
- Last success
- 1d ago
- Last latency
- 109ms
Schema
JSON Schema the agent (or your API call) must match.
{
"properties": {
"limit": {
"default": 10,
"description": "Maximum number of results to return (default: 10, max: 100).",
"maximum": 100,
"minimum": 1,
"type": "integer"
},
"query": {
"description": "Search query for parameters (e.g., parameter name like 'k1', 'Km', or biological term). Search across parameter names, values, and annotations.",
"type": "string"
}
},
"required": [
"query"
],
"type": "object"
}Examples (1)
Default BioModels Search Parameters 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_parameters
- Tool name
- BioModels_search_parameters
- Added
- 2026-04-30 22:47Z
- Tags
- tooluniverse