Skip to main content
Glama

list_processors

List available real-time EEG processors with parameters, distinguishing built-ins from user-defined ones from configured sources. Show any plugin that failed to load, making configuration errors visible.

Instructions

List real-time processors available to attach, and where they came from.

Built-ins are always present. Your own appear here once the server environment points at them -- via the eeg_mcp.processors entry point, EEG_MCP_PLUGINS, or EEG_MCP_PLUGIN_DIR. They cannot be loaded from a tool call, because importing a module executes it and that would make arbitrary code execution reachable from a model.

Returns: Available processors with their parameters, plus any plugin that failed to load, so a typo is visible instead of silently missing.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior4/5

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

With no annotations provided, the description carries the full burden. It clearly discloses that the tool returns failed-to-load plugins so typos are visible, and explains the architectural constraint preventing runtime loading (arbitrary code execution). The security rationale adds genuinely useful behavioral context beyond bare functionality.

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

Conciseness4/5

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

Well-structured with the purpose line first, a clear explanation paragraph, and a marked 'Returns' section. Efficient use of space; each sentence contributes meaning. Slightly longer than strictly minimal, but all content is substantive rather than filler.

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

Completeness4/5

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

For a zero-parameter enumeration tool with an output schema present, the description covers purpose, source/provenance, loading behavior, and failure visibility. The return-value details are useful supplement to the output schema. Coverage of why runtime loading is disallowed adds valuable completeness around constraints.

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

Parameters4/5

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

The tool has 0 parameters, so the schema fully describes the input surface. The description compensates by explaining what the return payload will contain (available processors with parameters plus failures), which is itself a form of parameter/output semantics. Baseline for 0 params is 4, and the description earns it by describing the result composition.

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?

Uses a specific verb+resource combination ('List real-time processors available to attach') and clearly states the scope ('and where they came from'). It distinguishes its purpose from siblings like attach_processor, processor_status, and run_processor by focusing on enumeration of availability and provenance.

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?

Explicitly explains when processors appear versus when they don't, naming the three server-side loading mechanisms (entry point, EEG_MCP_PLUGINS, EEG_MCP_PLUGIN_DIR). It also clearly states an exclusion ('cannot be loaded from a tool call') and justifies it with a security rationale, giving the agent concrete guidance on expectations.

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/AImplifier/eeg-mcp'

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