Skip to main content
Glama

Robot Actions — Remote Device Control

ios_actions_recording_read

Read a stored recording's entries in order. Each entry carries the channel it crossed (cdp or ws-rpc), whether it was a command or an event, the method, its payload, outcome and duration in ms, plus t_ms — milliseconds since the recording started, which is what makes the gaps between actions readable. Page through with limit/offset; narrow with channel or kind.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYesRecording id from ios_actions_record_stop or ios_actions_recordings
kindNoOnly commands, or only events
limitNoEntries to return (default 500, max 5000)
offsetNoEntries to skip
channelNoOnly this channel

Schema Changelog

Changes observed during successful MCP inspections.

  1. Added

TDQS

A3.8/5.0
Behavior3/5

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

With no annotations provided, the description carries full responsibility. It discloses entry fields, the meaning of t_ms for time gaps, and ordering. However, it does not specify the default sort beyond 'in order', the exact return shape, or error behavior, making it adequate but skeletal.

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 sentences, front-loaded with the core action, then field content, then pagination/filtering guidance. Every sentence earns its place with zero 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 5-parameter read tool with no output schema, the prose covers the result format (fields per entry), pagination, and filtering. It omits edge cases like invalid ids or empty recordings, but id provenance is covered in the schema, so the description is largely complete.

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 is 3. The description reinforces limit/offset and channel/kind usage, but adds no schema-independent meaning beyond that reinforcement.

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 verb ('Read') and resource ('stored recording's entries'), and clarifies ordering behavior ('in order'). It clearly separates this from the recording/stopping/replay siblings through the resource focus, though it does not 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 Guidelines4/5

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

It gives explicit directions for pagination and filtering: 'Page through with limit/offset; narrow with channel or kind.' This tells the agent exactly how to constrain results. It stops short of naming a sibling alternative for when this tool should not be used, so not a 5.

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