Back to catalog
Cortexa research tool·structure·neuromorpho
NeuroMorpho Search Neurons
Search for neurons in NeuroMorpho.Org by species, brain region, cell type, or other attributes. Supports filtering by multiple criteria. Returns paginated list of matching neurons. Example: searching species 'human' returns thousands of human neuron reconstructions.
Livelast probed 2026-05-01 01:00Z· 387msCortexa
Status
The most recent probe succeeded. Safe to call from the agent today.
- Last probed
- 1d ago
- Last success
- 1d ago
- Last latency
- 387ms
Schema
JSON Schema the agent (or your API call) must match.
{
"properties": {
"filter_field": {
"description": "Optional additional filter field. Example: 'cell_type'.",
"type": [
"string",
"null"
]
},
"filter_value": {
"description": "Value for the filter field. Example: 'pyramidal'.",
"type": [
"string",
"null"
]
},
"page": {
"default": 0,
"description": "Page number (0-indexed). Default: 0.",
"type": "integer"
},
"query_field": {
"default": "species",
"description": "Field to search on. Common fields: 'species', 'brain_region', 'cell_type', 'archive', 'stain', 'protocol'. Use NeuroMorpho_get_field_values to see available values.",
"type": "string"
},
"query_value": {
"description": "Value to search for. Examples: 'human', 'rat', 'mouse', 'hippocampus', 'pyramidal', 'interneuron'. Comma-separated for multiple values.",
"type": "string"
},
"size": {
"default": 20,
"description": "Results per page (max 500). Default: 20.",
"type": "integer"
}
},
"required": [
"query_value"
],
"type": "object"
}Examples (1)
Default NeuroMorpho Search Neurons call
public-safeinput
{
"page": 1,
"query_field": "BRCA1",
"query_value": "BRCA1",
"size": 1
}Expected response keys: success
Anonymous-safe example. Rate-limited; no sign-in required.
Identifiers
- Catalog ID
- tu_NeuroMorpho_search_neurons
- Tool name
- NeuroMorpho_search_neurons
- Added
- 2026-05-01 00:58Z
- Tags
- tooluniverse