Skip to main content
Glama
funkyfunc

browser-dvr-mcp

by funkyfunc

browser_dump_dvr

Save the last 10 seconds of browser activity as JPEG files to inspect failures. Dumps the rolling DVR buffer for post-mortem analysis.

Instructions

Dump the current rolling in-memory DVR visual buffer (the last 10 seconds of browser activity) to a directory as a sequence of JPEG files. Useful for inspecting what occurred immediately before a failure.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
outputPathNoCustom output directory path (default: process.cwd()/dvr_dumps/dvr_<timestamp>)
Behavior4/5

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

With no annotations provided, the description carries the full burden. It discloses the in-memory nature, rolling buffer size (10 seconds), and output format. It does not mention potential side effects (e.g., file overwrite) or authentication needs, but the most critical behavioral traits are covered.

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?

Two concise sentences with no wasted words. The purpose is front-loaded, and every sentence adds value. Ideal length for this simple tool.

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?

Given the tool has one optional parameter, no output schema, and no annotations, the description is fairly complete. It covers the core function, input, output, and use case. Could optionally note that existing files might be overwritten, but not essential.

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%, and the parameter 'outputPath' is well-described in the schema itself. The tool description adds no additional meaning beyond what the schema already provides, so baseline 3 is appropriate.

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 verb 'dump', the resource 'rolling in-memory DVR visual buffer' with specific recency ('last 10 seconds'), and the output format ('JPEG files'). This distinguishes it from related sibling tools like browser_replay or browser_start_recording.

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 explicitly frames the tool as useful for inspecting what occurred immediately before a failure, giving clear context for when to use it. However, it does not mention when not to use it or explicitly name alternatives among siblings.

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/funkyfunc/browser-dvr-mcp'

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