Skip to main content
Glama
RobithYusuf

MCP Camoufox

by RobithYusuf

export_har

Export captured browser network traffic to a HAR 1.2 file for analysis in DevTools. Requires prior network_start; include response bodies by enabling capture_bodies.

Instructions

Export captured network traffic as a HAR 1.2 file (openable in DevTools/other HAR viewers). Requires network_start first; headers and bodies are only included when network_start(capture_bodies=true) was used.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pathNo
limitNoMax (most recent) requests to include.
Install Server

TDQS

A3.7/5.0
Behavior4/5

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

With no annotations provided, the description carries the full behavioral disclosure burden. It discloses the dependency on network_start and the conditional inclusion of headers and bodies based on capture_bodies. This is meaningful context, though it does not describe what happens if network_start was not called or the exact output behavior.

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 is a single compact sentence that front-loads the core purpose and immediately follows with the essential prerequisite and data-completeness caveat. Every clause adds value, and there is no redundant or filler content.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

The description covers the core workflow requirement and output format, which is good for a fairly simple tool. However, the path parameter is undocumented and the return value/file destination is not explained, which matters because path is optional with an empty default. This leaves an important gap for correct invocation.

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

Parameters2/5

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

The description adds no parameter-level semantics. The limit parameter is documented in the schema, but the path parameter has no description in either the schema or the tool description, leaving the meaning of the default empty path ambiguous. With only 50% schema coverage, the description needed to compensate but did not.

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's purpose: exporting captured network traffic as a HAR 1.2 file, with the output being openable in DevTools and other HAR viewers. This is a specific verb plus resource, and the HAR format differentiates it from sibling tools like export_curl, though it does not explicitly name alternative tools.

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 gives an explicit prerequisite: network_start must be called first. It also clarifies when bodies/headers will be present, tying usage to a specific capture configuration. It does not explicitly state when not to use this tool or mention alternatives, so it stops short of a 5.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

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/RobithYusuf/mcp-camoufox'

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