ModelDB Get Model
Get detailed information about a specific computational neuroscience model from ModelDB by its numeric ID. Returns the model name, description (notes), neuron types, ion currents, model type, model concepts, modeling application (simulator), associated papers with citations, genes, receptors, transmitters, brain region, and creation/version dates. ModelDB is a curated repository of published computational neuroscience models hosted by Yale/SenseLab. Use model IDs from ModelDB_list_models or fro…
Overview
Get detailed information about a specific computational neuroscience model from ModelDB by its numeric ID. Returns the model name, description (notes), neuron types, ion currents, model type, model concepts, modeling application (simulator), associated papers with citations, genes, receptors, transmitters, brain region, and creation/version dates. ModelDB is a curated repository of published computational neuroscience models hosted by Yale/SenseLab. Use model IDs from ModelDB_list_models or from the ModelDB website (e.g., model 3263 is CA3 Pyramidal Neuron by Migliore et al 1995).
Status
The most recent probe succeeded. Safe to call from the agent today.
- Last probed
- 1d ago
- Last success
- 1d ago
- Last latency
- 96ms
Schema
JSON Schema the agent (or your API call) must match.
{
"properties": {
"model_id": {
"description": "Numeric model ID from ModelDB. Examples: 3263 (CA3 pyramidal neuron), 2487 (Purkinje cell), 279 (squid axon), 87284 (cerebellar granule cell). Find IDs using ModelDB_list_models.",
"type": "integer"
}
},
"required": [
"model_id"
],
"type": "object"
}Examples (1)
Default ModelDB Get Model call
{
"model_id": 1
}Anonymous-safe example. Rate-limited; no sign-in required.
Identifiers
- Catalog ID
- tu_ModelDB_get_model
- Tool name
- ModelDB_get_model
- Added
- 2026-04-30 22:47Z
- Tags
- tooluniverse