Back to catalog
Cortexa research tool·structure·neuromorpho
NeuroMorpho Get Field Values
Get available values for a neuron metadata field in NeuroMorpho.Org. Useful for discovering what species, brain regions, cell types, or other attributes are available for searching. Example: field_name='species' returns all species represented in the database.
Livelast probed 2026-05-01 01:00Z· 353msCortexa
Status
The most recent probe succeeded. Safe to call from the agent today.
- Last probed
- 1d ago
- Last success
- 1d ago
- Last latency
- 353ms
Schema
JSON Schema the agent (or your API call) must match.
{
"properties": {
"field_name": {
"default": "species",
"description": "Metadata field name. Common fields: 'species', 'brain_region', 'cell_type', 'archive', 'stain', 'protocol', 'gender', 'age_classification', 'experiment_condition'.",
"type": "string"
},
"page": {
"default": 0,
"description": "Page number (0-indexed). Default: 0.",
"type": "integer"
},
"size": {
"default": 500,
"description": "Results per page (max 500). Default: 500.",
"type": "integer"
}
},
"required": [
"field_name"
],
"type": "object"
}Examples (1)
Default NeuroMorpho Get Field Values call
public-safeinput
{
"field_name": "",
"page": 1,
"size": 1
}Expected response keys: success
Anonymous-safe example. Rate-limited; no sign-in required.
Identifiers
- Catalog ID
- tu_NeuroMorpho_get_field_values
- Tool name
- NeuroMorpho_get_field_values
- Added
- 2026-05-01 00:58Z
- Tags
- tooluniverse