Skip to main content
Glama

mne_install_backend

Install the MNE-Python analysis backend on demand to enable all MNE tools without a restart. Select from ica, analysis, or full profiles.

Instructions

Provision the analysis backend (MNE-Python + numpy/scipy/matplotlib/pandas, plus scikit-learn for ICA) into this server's own Python environment, on demand. Call this once when mne_check_status reports the backend is not installed; afterwards every mne_* tool works with NO client restart. profile: 'ica' (default), 'analysis' (no scikit-learn), or 'full' (adds source localization, connectivity, decoding, BIDS, extra file readers). The first run downloads a large scientific stack and may take a few minutes.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
profileNoica

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior5/5

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

No annotations are provided, so the description fully carries the burden. It discloses that this is an installation into the server's Python environment, mentions the large download and multi-minute duration, and explains profile differences. This gives the agent a realistic picture of the operation's impact.

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 compact yet comprehensive. Every sentence serves a purpose: what it does, when to use it, the profile options, and expected duration. Information is front-loaded, with the core purpose in the first clause.

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 moderate complexity (installation with profile choices) and lack of annotations, the description covers all essential aspects: purpose, trigger condition, parameters, side effects, and time. An output schema likely handles return values, so those need not be described. There are no notable gaps for an agent to invoke this 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 only one parameter (profile) with no description (0% schema coverage). The description adds full semantics by listing the three valid values and their meanings: 'ica' (default), 'analysis' (no scikit-learn), and 'full' (adds source localization, connectivity, etc.). This is exactly the kind of value the description should add.

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 the tool's function: provisioning the MNE-Python backend into the server's environment. It uses a specific verb ('Provision') and resource ('analysis backend'), and is distinct from sibling analysis tools like mne_filter or mne_plot_raw.

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

Usage Guidelines5/5

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

Explicit usage guidance is provided: 'Call this once when mne_check_status reports the backend is not installed'. It also clarifies that after calling, every mne_* tool works without client restart, setting a clear condition for use.

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/Exekiel179/MNE-MCP'

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