Skip to main content
Glama

replay

Run recorded automation scripts on iOS, Android, desktop, or TV devices to repeat test flows and debug app behavior. Sessions stay active for follow-up commands, with configurable timeouts.

Instructions

Run a recorded automation script, including compatible Maestro YAML flows. A script without a terminal close leaves its session active for subsequent automation. Times out after 90s; a caller-supplied budget extends it.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
envNo
pathYes
udidNoiOS device UDID selector.
debugNoEnable debug diagnostics.
forceNo
runIdNoLease run identifier.
deviceNoDevice name selector.
serialNoAndroid device or Vega VVD serial selector.
targetNoAlias for deviceTarget on commands without a UI target field. Interaction commands reserve target for the UI element.
tenantNoRemote tenant identifier.
updateNo
backendNo
leaseIdNoExisting lease identifier.
maestroNo
sessionNoAgent-device session name.
platformNoPlatform selector used to resolve a device.
bundleUrlNoBundle URL hint inherited by replay-opened sessions.
metroHostNoMetro/debug host hint inherited by replay-opened sessions.
metroPortNoMetro/debug port hint inherited by replay-opened sessions.
timeoutMsNoMaximum wall-clock duration for the replay request.
resumeFromNo
saveScriptNo
includeCostNoInclude per-command agent-cost (cost.wallClockMs, …) in structuredContent. Defaults to off; the default response shape is unchanged.
keepSessionNoLeave the session active by suppressing exactly an authored terminal close in native .ad.
deviceTargetNoDevice target form. Maps to the CLI --target flag.
responseLevelNoResponse verbosity: token-cheap digest / default (today) / full. Defaults to default; the default response shape is unchanged.
mcpOutputFormatNoMCP text content format. Defaults to optimized agent-friendly text; use json for JSON text. Structured content is always returned separately.
resumePlanDigestNo
androidDeviceAllowlistNoAndroid serial allowlist used for device resolution.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
healedYes
messageYes
sessionYes
replayedYes
artifactPathsYes
sessionActiveYesTrue iff the session is still active — the script had no terminal close.
snapshotDiagnosticsNo
Behavior3/5

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

With no annotations provided, the description carries the behavioral burden. It discloses two non-obvious behaviors: a script without a terminal close leaves the session active, and the request times out after 90 seconds unless a caller-supplied budget extends it. These are genuinely useful. Still, for a tool that executes scripts and can have side effects on devices, it does not mention reversibility, permissions, failure modes, or what execution actually changes.

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?

The description is short, front-loaded with the main verb and resource, and every sentence carries relevant behavioral information. It is not bloated. It is slightly under-sized for a 29-parameter automation tool, but that is more a completeness concern than a conciseness flaw.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given 29 parameters, no annotations, and a complex automation/device domain, the description is incomplete. It says nothing about how to select a device or platform, how leases or sessions are established, what the required 'path' refers to, how environment variables are passed, or how the output schema relates to execution results. The timeout and session notes are helpful but far from sufficient for an agent to call this tool reliably across its many options.

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?

The schema covers 69% of parameters, so the description does not need to compensate fully, but it does add useful meaning for two parameters: the 'caller-supplied budget' clarifies timeoutMs's default behavior, and the terminal-close statement clarifies session and keepSession semantics. It does not, however, add anything for the undocumented params like path, env, force, update, backend, maestro, resumeFrom, or saveScript.

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 a specific action and resource: 'Run a recorded automation script', and further scopes it to 'compatible Maestro YAML flows'. This is clear and distinct from the sibling 'record', which creates scripts. However, it does not explicitly distinguish among other siblings like 'test' or 'batch', so it misses the top bar for sibling differentiation.

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?

The description implies the tool is for running previously recorded or Maestro-authored automation, but it never explicitly says when to use replay versus record, test, batch, or other automation-related siblings. It provides no exclusions, prerequisites, or alternative routing guidance. The session and timeout notes are behavioral, not usage-selection guidance.

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/callstack/agent-device'

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