Skip to main content
Glama

openbci_signal

Analyze real-time EEG signals by computing band powers or applying filters (bandpass, lowpass, highpass, notch) to individual channels.

Instructions

Real-time EEG signal analysis via BrainFlow DataFilter.

OPERATIONS:

  • band_power: Delta/theta/alpha/beta/gamma per channel from latest buffer.

  • filter: Apply bandpass, lowpass, highpass, or 60Hz notch to one channel.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
operationYesSignal processing operation.
stop_freqNoLow-pass / bandpass stop Hz
start_freqNoHigh-pass / bandpass start Hz
filter_typeNoFilter type for filter operationbandpass
max_samplesNo
channel_nameNoEEG channel name for filter op
Behavior3/5

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

No annotations provided, so description must carry full burden. It mentions 'real-time' and 'from latest buffer' for band_power, but doesn't clarify if filter modifies data in place or returns filtered output, nor does it specify return format. Adequate but not thorough.

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?

Two succinct sentences with bullet points for operations. Front-loaded with overall purpose, no fluff.

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

Completeness3/5

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

Given no output schema, description omits what the tool returns (e.g., computed powers or filtered signals). It assumes board is already streaming but doesn't explicitly state prerequisites. Adequate for a tool with 6 parameters but incomplete on returns.

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

Parameters3/5

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

Schema coverage is high (83%), so baseline is 3. Description adds minimal extra: it summarizes operations and mentions 60Hz notch, but schema already enumerates filter types and parameters with 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?

Clearly states 'Real-time EEG signal analysis via BrainFlow DataFilter' and enumerates two specific operations (band_power, filter). Distinguishes from sibling tools (board, stream, export, etc.) which handle different aspects of OpenBCI.

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

Usage Guidelines3/5

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

No explicit guidance on when to use this tool versus siblings. Implicitly, it's for signal processing, but lacks when-not-to-use or alternative suggestions.

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/sandraschi/openbci-mcp'

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