Skip to main content
Glama

Robot Actions — Remote Device Control

flow_recording_revert

Revert a test recording to a stored version snapshot: its steps and meta (name/category/tags) are restored from that version. A snapshot is written on every mutating save, keeping the last 10 versions. The recording must belong to the authenticated user; an unknown recording or version reports not-found.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
versionYesSnapshot version number to restore
recordingIdYesRecording ID to revert

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A3.6/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 full behavioral burden and does substantial work: it discloses that the operation is mutating, what gets restored, that snapshots are kept for the last 10 mutating saves, and that unknown recordings/versions return not-found. It stops short of explicitly stating whether the revert itself creates a new snapshot or whether the pre-revert state remains recoverable, but the snapshot policy implies recoverability.

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?

Three dense sentences, each adding distinct value: the core operation, the snapshot retention policy, and ownership/error behavior. The main action is front-loaded and there is no filler.

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 mutating tool with no output schema and no annotations, the description covers the operation, restoration scope, retention, authentication, and error behavior. The main residual gap is ambiguity about whether the revert creates a new snapshot and whether the prior state is recoverable, which is minor but prevents a perfect score.

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 baseline of 3 applies. The schema already describes recordingId and version clearly, and the description adds useful context about the last 10 versions and authentication, but it does not add significant meaning beyond the schema for either parameter.

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 names a specific verb and resource: reverting a test recording to a stored version snapshot, and explicitly states what is restored (steps and meta). It does not explicitly contrast itself with sibling flow_recording_* tools, but 'revert' and 'restored from version' make the operation distinct enough from save/get/delete-step operations.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

No guidance is given about when to choose this tool over alternatives such as flow_recording_save or flow_recording_delete_step. The description covers mechanics, retention, ownership, and error behavior, but it never states the decision context or when not to use it.

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