Skip to main content
Glama

load_atlas

Load a neuroimaging atlas and return its complete label list to ground brain region names for matching user queries.

Instructions

Load an atlas and return its full label list.

The label list is what grounds every later region name — match user phrasing against these strings, not against your own knowledge of neuroanatomy.

Args: atlas_name: One of demo-16, harvard-oxford-sub, harvard-oxford-cort, aal, schaefer-100. Non-bundled atlases are fetched once via nilearn and cached.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
atlas_nameYes
Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

The description discloses that non-bundled atlases are fetched and cached, which is relevant behavioral context. No annotations are provided, so the description covers the safety profile (read-only load). It could be more explicit about read-only nature but is sufficient.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is three sentences plus argument details, with each sentence contributing purpose, usage importance, and parameter details. It is front-loaded with the core action and has no redundancy.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the tool's simplicity (one parameter) and no output schema, the description covers what is returned (full label list) and why it matters. It is complete for an agent to understand and use correctly.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters5/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The schema has no parameter descriptions (0% coverage), but the description lists all valid values for 'atlas_name' and explains caching behavior for non-bundled atlases. This fully compensates for the missing schema descriptions.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states 'Load an atlas and return its full label list,' specifying the verb and resource. It distinguishes from siblings like 'load_volume' by focusing on atlases and labels, and explains the role of the label list in grounding region names.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description tells when to use the tool: before referencing regions, emphasizing that labels from this tool must be used over the agent's own knowledge. It lists valid atlas names. However, it does not explicitly mention when not to use it or compare to alternatives.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/AyushXRane/neurochat'

If you have feedback or need assistance with the MCP directory API, please join our Discord server