Skip to main content
Glama

start_monitor

Open a live browser view of a running EEG session to watch the signal in real time. View rolling traces with event markers, band power, and per-channel quality for immediate signal verification.

Instructions

Open a live browser view of a running session and return its URL.

Serves a rolling traces view with event markers, band power and per-channel quality, refreshing continuously. This is the tool for "let me watch the recording" -- a static plot cannot answer whether the signal is good now.

With allow_control (the default) the page also carries transport buttons: play/pause, restart, skip, speed, stop, mark an event, and save a report. Pass allow_control=false for a strictly read-only view, e.g. when showing the screen to someone who should not be able to alter the run.

The page is bound to 127.0.0.1 only and requires a random per-monitor token, so it is not reachable from the network. It is still unencrypted: do not expose it through a tunnel or reverse proxy.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
portNoTCP port on loopback. 0 lets the OS choose a free one.
refresh_msNoRedraw interval. 500 ms is smooth without loading the server.
session_idYesThe running session to display.
window_secNoSeconds of signal shown at once. Adjustable in the page too.
allow_controlNoEnable the transport buttons and the control endpoint.

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 the security posture: bound to 127.0.0.1 only, requires a random per-monitor token, and unencrypted. It describes what the page renders (rolling traces, event markers, band power, per-channel quality) and the control-button behaviors. It doesn't explicitly state the return value format, but an output schema exists. Solid coverage for an unannotated tool.

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 well-structured and front-loaded: first sentence states the core action, then a paragraph on rendering, then the allow_control distinction, then security. Every sentence earns its place and there is no fluff or repetition.

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?

This is a moderately complex tool with 5 params and an output schema. The description covers the use case, the difference between control and read-only modes, the security posture, and all parameter semantics are already in the schema. The network-binding caveat is an important operational detail an agent would need. This is complete for an agent to invoke correctly.

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 description coverage is 100%, so the schema already documents all 5 parameters well (port, refresh_ms, session_id, window_sec, allow_control all have clear descriptions). The tool description adds incremental value by explaining the behavioral meaning of allow_control (enables transport buttons) and noting window_sec is adjustable in-page. This matches the baseline-3 expectation for high schema coverage.

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 states a specific verb+resource ('Open a live browser view of a running session and return its URL') and clearly distinguishes itself from static plot alternatives ('a static plot cannot answer whether the signal is good *now*'). It also differentiates this monitor tool from related sibling tools like plot_stream, start_replay, and inspect_recording.

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?

The description explicitly states when to use this tool ('This is the tool for let me watch the recording'), gives a concrete use case for when to use allow_control=false ('showing the screen to someone who should not be able to alter the run'), and contrasts it against static plots. It also warns against tunneling due to lack of encryption.

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