Skip to main content
Glama
yurii-mandzii

shadow-monitor-mcp

Get action replay (rrweb slice)

get_action_replay

Retrieve raw rrweb events for a single user action step, prepended with the FullSnapshot anchor for rendering. Provide an actionId or explicit time range.

Instructions

Return the raw rrweb events for one user-action step, with the FullSnapshot anchor prepended so a viewer can render just that step. Pass actionId (from get_user_actions) or explicit fromTs/toTs. This can be large — optional maxEvents caps the returned list. Does not change get_user_actions (which only returns the lightweight rrweb window pointer).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
toTsNoExplicit window end (epoch ms).
fromTsNoExplicit window start (epoch ms).
actionIdNoAction id / sourceId from get_user_actions.
bundleIdNoBundle handle from load_bundle. Optional when exactly one bundle is loaded.
maxEventsNoCap on returned rrweb events. Default: no cap.
actionIndexNo0-based index into semantics.userActions (alternative to actionId).
Behavior3/5

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

With no annotations, the description carries full burden. It discloses the size warning and that it doesn't alter get_user_actions. However, it omits idempotency, error handling, or authorization needs. Adequate but not thorough.

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 well-structured sentences with no fluff. Front-loaded with purpose, then parameter guidance and behavioral notes. Every sentence earns its place.

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 tool with 6 parameters, no annotations, and no output schema, the description covers identification methods, size mitigation, and relationship to get_user_actions. Missing return value specifics (e.g., FullSnapshot details) but acceptable given no output schema.

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

Parameters4/5

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

Schema coverage is 100%, so baseline is 3. The description adds context: actionId references get_user_actions, fromTs/toTs are explicit timestamps, bundleId is optional when one bundle loaded, actionIndex is an alternative 0-based index into semantics.userActions. This meaningfully supplements the schema.

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 clearly states the tool returns raw rrweb events for a user-action step with FullSnapshot anchor prepended. It distinguishes from sibling get_user_actions, which only returns lightweight pointers.

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?

Provides clear guidance on how to identify the step: pass actionId from get_user_actions or explicit fromTs/toTs. Mentions optional maxEvents for large output. Lacks explicit when-not-to-use or alternatives beyond the one sibling mentioned.

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/yurii-mandzii/shadow-monitor-mcp'

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