Back to catalog
Cortexa research tool·literature·modeldb
ModelDB Get Paper
Get details of a scientific paper referenced in ModelDB by its paper ID. Returns the paper title, full citation name, references, and associated models. Papers in ModelDB are linked to computational neuroscience models and represent the publications describing those models. Use paper IDs found in ModelDB_get_model results (in the model_paper field). Example: paper 4307 is 'Migliore et al 1995' describing CA3 hippocampal neuron simulations.
Livelast probed 2026-04-30 23:07Z· 88msCortexa
Status
The most recent probe succeeded. Safe to call from the agent today.
- Last probed
- 1d ago
- Last success
- 1d ago
- Last latency
- 88ms
Schema
JSON Schema the agent (or your API call) must match.
{
"properties": {
"paper_id": {
"description": "Numeric paper ID from ModelDB. Examples: 4307 (Migliore et al 1995), 3860 (Hodgkin-Huxley classic). Find IDs from model_paper field in ModelDB_get_model results.",
"type": "integer"
}
},
"required": [
"paper_id"
],
"type": "object"
}Examples (1)
Default ModelDB Get Paper call
public-safeinput
{
"paper_id": 1
}Expected response keys: success
Anonymous-safe example. Rate-limited; no sign-in required.
Identifiers
- Catalog ID
- tu_ModelDB_get_paper
- Tool name
- ModelDB_get_paper
- Added
- 2026-04-30 22:47Z
- Tags
- tooluniverse