Skip to main content
Glama
zc-libre

camoufox-mcp-python

by zc-libre

browser_network_requests

List network requests from the page to debug traffic. Optionally save the list to a file and include static resources for thorough analysis.

Instructions

List network requests seen by the page.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
filenameNo
includeStaticNo
Behavior2/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 of behavioral disclosure. It merely says 'List' without explaining output format, filtering behavior, or the effect of the includeStatic parameter. The description does not disclose whether this is a safe read-only operation or how it handles static resources by default.

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, front-loaded sentence that efficiently communicates the core purpose. No wasted words, though it is under-specified in other dimensions.

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

Completeness1/5

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

With no annotations, no output schema, and zero parameter descriptions, the description is far from complete for an agent to invoke the tool correctly. It explains neither the return value nor the purpose of the filename parameter, leaving essential context missing.

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

Parameters1/5

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

Schema coverage is 0%, and the description provides no information about the two parameters, filename and includeStatic. The purpose of 'filename' is completely ambiguous, and the description adds no semantic value beyond the raw parameter names and defaults in the schema.

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 'List' and the resource 'network requests seen by the page'. It distinguishes the tool from siblings like browser_console_messages and browser_tabs by focusing specifically on network activity.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description implies usage when network requests need to be inspected, but provides no explicit guidance about when to use this tool versus alternatives like browser_console_messages. No exclusions or alternative suggestions are given.

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/zc-libre/camoufox-mcp-python'

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