Skip to main content
Glama
WhiteNightShadow

camoufox-reverse-mcp

list_network_requests

View captured network requests with filters for URL, method, type, and status code to analyze web traffic during JavaScript reverse engineering.

Instructions

List captured network requests with optional filters.

Args: url_filter: Substring filter for request URLs. method: HTTP method filter (e.g. "GET", "POST"). resource_type: Resource type filter (e.g. "xhr", "fetch", "script", "document"). status_code: HTTP status code filter.

Returns: List of request summaries with id, url, method, status, resource_type, duration, size.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
url_filterNo
methodNo
resource_typeNo
status_codeNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior3/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure. It clarifies that it lists 'captured' network requests, implying a dependency on prior capture activity, and describes the return format. However, it lacks details on permissions, rate limits, pagination, or what happens if no requests are captured, leaving gaps for a tool with no annotation support.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is well-structured and appropriately sized, with a front-loaded purpose statement followed by organized 'Args' and 'Returns' sections. Every sentence earns its place by adding value, though it could be slightly more concise by integrating the purpose with the parameter explanations.

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's moderate complexity (4 optional parameters), no annotations, and the presence of an output schema (implied by the 'Returns' section), the description is fairly complete. It covers purpose, parameters, and return values adequately. However, it lacks context on prerequisites (e.g., needing active network capture) and behavioral nuances, which slightly reduces completeness.

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

Parameters5/5

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

Schema description coverage is 0%, so the description must fully compensate. It successfully adds meaning beyond the schema by explaining all four parameters: 'url_filter' as a substring filter, 'method' with HTTP method examples, 'resource_type' with examples like 'xhr', and 'status_code' as an HTTP code filter. This provides clear semantic context that the schema titles alone do 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 as 'List captured network requests with optional filters,' which is a specific verb+resource combination. It distinguishes itself from sibling tools like 'get_network_request' (singular) by implying it returns multiple requests, though it doesn't explicitly compare to siblings like 'start_network_capture' or 'stop_network_capture' for context on when requests are captured.

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

Usage Guidelines2/5

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

The description provides no guidance on when to use this tool versus alternatives. It doesn't mention prerequisites (e.g., whether network capture must be active), compare to siblings like 'get_network_request' for single requests, or specify scenarios where filtering is beneficial. Usage is implied through parameter descriptions but not explicitly stated.

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

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