Skip to main content
Glama
funkyfunc

browser-dvr-mcp

by funkyfunc

browser_export_har

Export captured network traffic as a HAR archive with full request/response details, headers, bodies, statuses, timings. Reveal actual API error payloads or malformed JSON hidden behind status codes.

Instructions

Export captured network traffic as a standard HAR 1.2 archive — request/response headers AND BODIES, statuses, and timings. This is how you see the actual failing API error payload or malformed JSON that a bare status code hides. Bodies are redacted and size-capped; only textual API/document responses are captured (set BROWSER_MCP_NO_BODIES=1 to disable body capture entirely).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
savePathNoOptional path (contained to the output dir) to write the .har file. Omit to return it inline.
urlContainsNoOnly include requests whose URL contains this substring.
Behavior4/5

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

Discloses that bodies are redacted and size-capped, only textual responses captured, and env variable to disable body capture. No mention of permissions or post-export behavior, but adequate given no annotations.

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?

Four sentences, each adding value: main purpose, use case, limitation (redaction), configuration option. No redundancy.

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?

No output schema, but description mentions 'return it inline' and format (HAR). Slight gap in detailing returned structure, but sufficient for a simple export tool.

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 baseline is 3. Description does not add extra meaning beyond schema descriptions; it focuses on output content rather than parameters.

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 clearly states the tool exports network traffic as HAR 1.2 archive, lists contents (headers, bodies, statuses, timings), and distinguishes by highlighting this is how to get actual API error payloads.

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?

Implicitly suggests usage for inspecting error details beyond status codes, but does not explicitly compare to alternatives like browser_export_repro or state when not to use.

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