ModelDB List Models
List all computational neuroscience model IDs from ModelDB, optionally filtered by simulation environment. ModelDB is a curated repository of published computational neuroscience models. Returns an array of model IDs that can be used with ModelDB_get_model for full details. Filter by modeling application name (e.g., 'NEURON', 'GENESIS', 'Python', 'MATLAB', 'Brian'). Without a filter, returns all model IDs (1000+). Use this to discover models for a specific simulator or to get an overview of ava…
Overview
List all computational neuroscience model IDs from ModelDB, optionally filtered by simulation environment. ModelDB is a curated repository of published computational neuroscience models. Returns an array of model IDs that can be used with ModelDB_get_model for full details. Filter by modeling application name (e.g., 'NEURON', 'GENESIS', 'Python', 'MATLAB', 'Brian'). Without a filter, returns all model IDs (1000+). Use this to discover models for a specific simulator or to get an overview of available models.
Status
The most recent probe succeeded. Safe to call from the agent today.
- Last probed
- 1d ago
- Last success
- 1d ago
- Last latency
- 310ms
Schema
JSON Schema the agent (or your API call) must match.
{
"properties": {
"modeling_application": {
"description": "Filter by simulation environment name. Case-sensitive. Common values: 'NEURON', 'GENESIS', 'Python', 'MATLAB', 'Brian', 'NEST', 'XPP', 'C or C++'. Omit to get all models.",
"type": "string"
}
},
"required": [],
"type": "object"
}Examples (1)
Default ModelDB List Models call
{}Anonymous-safe example. Rate-limited; no sign-in required.
Identifiers
- Catalog ID
- tu_ModelDB_list_models
- Tool name
- ModelDB_list_models
- Added
- 2026-04-30 22:47Z
- Tags
- tooluniverse