Skip to main content
Glama

reset_processors

Clear accumulated processor state and outputs without detaching, ensuring correct rolling windows after replay seeks or between experimental blocks.

Instructions

Clear accumulated processor state and outputs, without detaching them.

Useful between experimental blocks, and after a replay seek, so a rolling window does not straddle the discontinuity.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
session_idYesThe session whose processors to reset.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior3/5

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

No annotations are provided, so the description carries the behavioral burden. It discloses that the operation is non-destructive to processor attachment ('without detaching them') and that it clears 'accumulated state and outputs.' However, it doesn't clarify whether this is reversible, whether it affects running data streams, or what the return value looks like. With no annotations and no output schema details in the description, this is adequate but not rich.

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 sentences, zero wasted words. The first sentence states the core action, the second provides usage context. Efficient and well-paced.

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?

There is an output schema present, and only one simple parameter, so the description's job is light. It covers purpose, usage timing, and behavioral effects adequately. The only gap is not disclosing side effects on active streams or whether this is safe mid-stream, but for a reset tool with a simple session_id parameter, this is reasonably complete.

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% and there's only one parameter (session_id), which is well described in the schema itself. The description adds minimal beyond that — the session_id parameter is self-evident given the tool name. Description doesn't add syntax or format details beyond the schema, so baseline 3 is appropriate.

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

Purpose4/5

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

The description states the verb clearly ('Clear accumulated processor state and outputs') and specifies the resource ('processors'). It distinguishes itself from detach operations by noting 'without detaching them.' It reads coherently among siblings like detach_processor and clear_events, though it doesn't explicitly name a differentiating sibling alternative.

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 gives two clear usage contexts: 'between experimental blocks' and 'after a replay seek,' explaining why (so a rolling window does not straddle the discontinuity). This provides clear context for when to use it. It lacks explicit 'when not to use' or named alternatives, but the use cases are specific enough.

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