Skip to main content
Glama

neuron_stop_replay

Stop an active workflow replay or demo immediately. Use this to halt a recorded browser session when you need to end playback.

Instructions

Stop the current workflow replay or demo

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observedv0.4.1

TDQS

B3.3/5.0
Behavior2/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure, but it only says 'Stop.' It doesn't reveal whether stopping is idempotent (safe to call when nothing is running), whether workflow state is reset or preserved, whether it affects recordings, or what the return value signals. For a state-changing control operation, this is a significant gap.

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?

A single eight-word sentence with the verb front-loaded; every word earns its place. It is genuinely concise rather than under-specified, though it could have traded a little brevity for behavioral context without hurting readability.

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?

For a simple zero-parameter stop operation, the core invocation is fully specified. However, with no annotations and no output schema, an agent is left guessing about failure modes (stopping when nothing is active), state after stop, and whether the operation returns a status — details a richer description could have covered.

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 zero parameters, and the rubric sets a baseline of 4 in that case. The description correctly implies the target is implicit ('the current' replay/demo) rather than parameterized, so nothing more is needed here.

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 uses a specific verb ('Stop') with a named resource ('the current workflow replay or demo'), making the action unambiguous. It implicitly differentiates from sibling stop tools like neuron_stop_watch and neuron_stop_recording by scoping to replay/demo, though it doesn't explicitly name an alternative.

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?

Usage context is implied rather than stated: calling this makes sense when a workflow replay or demo is in progress, which the word 'current' hints at. However, there is no explicit guidance about when not to use it, no mention of prerequisites (e.g., a replay must be running), and no contrast with closely related siblings like neuron_stop_recording.

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/conquext/neuron-inspector'

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