Skip to main content
Glama
Djsand
by Djsand

Capture Motion

capture_motion

Record short video evidence of page motion, including animations, transitions, scrolling, and dynamic media, to verify rendered behavior.

Instructions

Record short rendered page motion evidence with Playwright video when animations, transitions, scrolling, or dynamic media matter.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
urlYesThe public http(s) URL to render and record.
widthNoViewport width in pixels.
heightNoViewport height in pixels.
outputDirNoDirectory where motion evidence should be saved.
timeoutMsNoNavigation and capture timeout.
waitUntilNoNavigation wait condition. Defaults to load for motion capture.
durationMsNoHow long to record motion after navigation. Defaults to 5000 ms.
includeVideoNoEmbed the WebM video in the MCP response. Defaults to true.
scrollStepPxNoPixels to scroll per step when recording scroll motion.
keyframeCountNoNumber of keyframe screenshots to capture. Defaults to 3.
scrollDelayMsNoDelay between scroll steps in milliseconds.
scrollMaxStepsNoMaximum number of scroll steps.
includeKeyframesNoCapture and embed PNG keyframes during the recording. Defaults to true.
allowPrivateNetworkNoAllow localhost/private network URLs for this call. Defaults to false.
scrollDuringCaptureNoScroll through the page while recording to capture scroll-driven motion and lazy loading.
Behavior3/5

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

With no annotations provided, the description carries full disclosure burden. It mentions Playwright video and motion evidence, but does not describe output behavior, file-saving side effects, default duration/video embedding, or safety implications. It is not misleading, but it is sparse for a non-trivial capture tool.

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?

One tightly written sentence front-loads the action, object, and use condition. No filler, no redundancy, and it 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?

Although the tool has 15 parameters and no output schema, the schema itself is rich (100% coverage) and includes output hints such as includeVideo embedding WebM in the MCP response. The description establishes the use case succinctly; together with the schema, this is sufficient for an agent to select and invoke the tool, though the prose alone would be incomplete.

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 coverage is 100%, so the baseline is 3. The description adds no parameter-specific semantics beyond conceptual triggers like 'animations' and 'scrolling,' which lightly echo scrollDuringCapture and related fields. The schema already documents all parameters thoroughly.

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?

Description uses a specific verb ('Record') and a clear resource ('short rendered page motion evidence with Playwright video'), with explicit scope ('when animations, transitions, scrolling, or dynamic media matter'). This distinguishes it from static tools like capture_page and other siblings.

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?

The description provides clear context for when to use the tool: 'when animations, transitions, scrolling, or dynamic media matter.' It stops short of naming alternatives or stating when not to use it, so it misses the full 5 criterion.

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/Djsand/renderproof'

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