Skip to main content
Glama
funkyfunc

browser-dvr-mcp

by funkyfunc

browser_export_repro

Export a browser session as a portable reproduction bundle with ordered actions and network failures for sharing bug reproduction scripts.

Instructions

Export the current session as a portable reproduction bundle: the ordered list of actions plus the navigations and network failures around them. Use this to turn a session where you reproduced a bug into a shareable, ordered repro script.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
savePathNoOptional path (contained to the output dir) to also write the repro bundle JSON.
Behavior3/5

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

No annotations are provided, so the description carries the full burden. It discloses what is exported (actions, navigations, network failures), but does not mention whether the session is modified, whether it requires specific permissions, or the behavior when savePath is omitted. The export nature implies read-only, but this is not explicitly stated.

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?

The description consists of two sentences with no wasted words. It is front-loaded with the verb 'Export' and clearly conveys the purpose and content. 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?

The tool has low complexity (one optional param, no output schema). The description explains what is exported and the use case. However, it does not specify what happens when savePath is omitted (presumably returns data in response) or describe the output format explicitly.

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?

The input schema has 100% description coverage for the single optional parameter savePath, which is described as 'Optional path... to also write the repro bundle JSON.' The description adds no additional meaning beyond the schema, so a baseline score of 3 applies.

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 the tool exports a portable reproduction bundle containing actions, navigations, and network failures. It uses specific verbs ('export', 'turn into') and specifies the output. However, it does not explicitly distinguish itself from the sibling tool browser_export_har, which exports a different format (HAR).

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 says to use this tool after reproducing a bug, to generate a shareable repro script. This provides clear context for when to use it, but it does not mention when not to use it or alternatives like browser_export_har.

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