Skip to main content
Glama
InDate
by InDate

replay

Record and replay browser command sequences for testing and automation. Execute saved sequences, step through commands, and manage replayable recordings.

Instructions

Record and replay command sequences for testing and automation. Actions: repeat (immediately execute commands by history indices - use this to repeat recent actions), history (view command history), create (create sequence from indices), list (list in-memory sequences), get (get sequence details), delete (delete from memory), save (save sequence to disk), load (load sequence from disk), listSaved (list saved files), deleteSaved (delete saved file), run (load and execute sequence from disk in one step), step (execute next N commands in paused sequence), finish (complete remaining commands), insert (insert recorded commands into sequence), status (show active sequence status), startMouseRecording (start recording mouse events), stopMouseRecording (stop recording and get events), mouseRecordingStatus (check recording status)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameNo
limitNoMax items (default:50)
linesNoLog line numbers
actionYes
formatNo
globalNoUse ~/.cdp-tools/
recordNo
stepToNoPause after step
indicesNoCommand indices
issueIdNo
newNameNo
showAllNoShow all sequences including completed/fixed issues
filenameNo
startUrlNo
issueTypeNo
overwriteNo
startFromNoStart step (1-indexed)
stepCountNoSteps to run
variablesNo
sequenceIdNo
descriptionNo
intoHistoryNo
recordingIdNo
showOverlayNo
stepTimeoutNoPer-step ms
outputFormatNo
totalTimeoutNoTotal ms
includeHoversNo
insertIndicesNo
simplifyEventsNo
expectedOutcomeNo
insertAfterStepNo
preferSelectorsNoUse CSS selectors
connectionReasonNo
issueDescriptionNo
preferCoordinatesNoUse x,y clicks
showReplayOverlayNo
killChromeOnFinishNorun: kill Chrome after finishing (skipped on pause/abort)
Behavior3/5

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

With no annotations, the description bears the full burden. It lists actions like 'delete', 'save', 'load', implying state changes, but does not disclose repercussions such as irreversibility of delete, resource usage, or permissions required. The description provides some transparency but lacks depth.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness3/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description front-loads the main purpose but then becomes a long, dense paragraph listing 20+ actions with colons. It is not especially concise or well-structured; a bulleted list or grouping would improve readability. It is adequate but not optimal.

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 the tool's complexity (38 params, many sub-actions, no output schema), the description is incomplete. It covers action purposes but lacks parameter details, return value formats, error conditions, and usage constraints. Significant gaps remain.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters2/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is only 34%, so the description should compensate. However, it does not systematically explain parameters; it only mentions a few (e.g., indices for 'repeat', lines for 'create') in the action list. Most parameters like 'startUrl', 'issueId', 'variables' are not described, leaving gaps.

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 clearly states 'Record and replay command sequences for testing and automation' as the overall purpose. The list of sub-actions further clarifies what the tool can do, but it does not explicitly distinguish this tool from siblings like 'input' or 'navigate' which might also involve command sequences.

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

Usage Guidelines3/5

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

The description provides usage guidance for individual sub-actions (e.g., 'repeat (immediately execute commands by history indices - use this to repeat recent actions)'). However, there is no guidance on when to use this tool overall versus alternative sibling tools, nor any exclusions or prerequisites.

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/InDate/cdp-tools-mcp'

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