Skip to main content
Glama

stop_all_recordings

Stops all live recording sessions to resolve session ID loss, duplicate-target protection blocks, or prepare for a fresh verification run. Optionally filter by target alias.

Instructions

Stop all live recording sessions for this server process.

Use this when the client lost a session_id, duplicate-target protection is
blocking a new start_recording call, or before starting a fresh verification
run where old sessions would confuse results.

Pass target to filter by target family. Accepted values follow
start_recording aliases such as macos, ios_simulator, and android.
The response groups stopped session metadata under "stopped".

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
targetNoOptional target alias filter (same vocabulary as start_recording.target). Omit to stop every session.

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 must disclose behavioral traits. It mentions filtering by target and response grouping, but does not explicitly state the destructive nature (e.g., loss of unsaved data) or how recordings are terminated. Some behavioral context is given, but more transparency would improve agent understanding.

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 four sentences with no unnecessary words. Each sentence serves a distinct purpose: main action, use cases, parameter guidance, response structure. Front-loaded with the primary function.

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?

Given the simplicity of the tool (one optional parameter, no required fields, output schema exists), the description covers all key aspects: when to use, how to filter, and what the response contains. It does not list all possible aliases but references start_recording, which is acceptable.

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?

Schema coverage is 100% with a clear description for the single parameter. The description adds value by listing example aliases ('macos, ios_simulator, android') and explaining the effect of omitting the parameter, which goes beyond the schema's description.

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 clearly states the action 'Stop all live recording sessions', specifies the context 'for this server process', and distinguishes from the sibling stop_recording by emphasizing 'all' sessions. The verb and resource are specific and unambiguous.

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?

Explicit use cases are provided: client lost session_id, duplicate-target protection blocking start_recording, or before a fresh verification run. This gives clear guidance on when to invoke this tool versus alternatives.

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/Corvus400/video-capture-mcp'

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