Back to catalog
Cortexa research tool·structure·allen_brain
AllenBrain Get Structure
Get detailed information about a brain structure by its Allen Brain Atlas structure ID. Returns full structure record including name, hierarchy path, parent structure, color code. Example: structure_id=382 returns 'Field CA1' in hippocampus.
Livelast probed 2026-04-30 23:07Z· 796msCortexa
Status
The most recent probe succeeded. Safe to call from the agent today.
- Last probed
- 1d ago
- Last success
- 1d ago
- Last latency
- 796ms
Schema
JSON Schema the agent (or your API call) must match.
{
"properties": {
"structure_id": {
"description": "Allen Brain Atlas structure ID. Examples: 382 (CA1), 375 (Hippocampus), 315 (Isocortex), 997 (root).",
"type": "integer"
}
},
"required": [
"structure_id"
],
"type": "object"
}Examples (1)
Default AllenBrain Get Structure call
public-safeinput
{
"structure_id": 1
}Expected response keys: success
Anonymous-safe example. Rate-limited; no sign-in required.
Identifiers
- Catalog ID
- tu_AllenBrain_get_structure
- Tool name
- AllenBrain_get_structure
- Added
- 2026-04-30 22:47Z
- Tags
- tooluniverse