Skip to main content
Glama

Robot Actions — Remote Device Control

flow_recording_replays

List all replay runs of a saved recording — the run history. Returns one row per replay with id, status, totals, started/completed timestamps, and computed durationMs. Useful for trend analysis (pass rate over time) and finding the most recent failure to drill into. Filtered to the authenticated user.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoMax replays to return (default 25, newest first)
recordingIdYesFlow recording ID (from flow_recording_list)

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.2/5.0
Behavior4/5

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

With no annotations provided, the description carries the behavioral transparency burden. It discloses the row granularity, the returned fields (id, status, totals, timestamps, durationMs), and the authenticated-user filter. It does not discuss failure modes or side-effect guarantees, but 'List' strongly implies a read-only operation.

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 three sentences with no filler. The main action, output shape, and use cases are all front-loaded, and every sentence contributes useful information.

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?

For a two-parameter listing tool with no output schema, the description is largely complete: it describes what is returned, why it is useful, and that results are scoped to the authenticated user. It could go slightly further by clarifying how this relates to replay summary/status siblings, but nothing essential for calling it is missing.

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 input schema already documents recordingId and limit, including the default and ordering. The description adds little parameter-level meaning beyond referring to 'a saved recording,' so the baseline score of 3 is appropriate.

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 opens with a clear verb and resource: 'List all replay runs of a saved recording — the run history.' It also enumerates the concrete output fields, making the tool's purpose unambiguous and distinguishing it from singular replay actions like flow_replay_status or flow_recording_replay.

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 explicit use cases: 'trend analysis (pass rate over time)' and 'finding the most recent failure to drill into.' It does not name alternatives or exclusion criteria, but the context is clear enough for an agent to decide when this historical listing tool is appropriate.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

Resources