Skip to main content
Glama
ColorSource

cloakbrowser-mcp

by ColorSource

browser_network_intercept

Intercept network requests to block or mock API calls and resources by URL pattern. Control traffic with block, mock, or passthrough actions.

Instructions

Intercept network requests — block, mock, or passthrough.

Args: page_id: Target page ID. url_pattern: Glob pattern (e.g. '/api/', '**/*.png'). action: 'block', 'mock', or 'continue'. mock_body: Response body for 'mock' action. mock_status: HTTP status for 'mock' action. mock_content_type: Content-Type for 'mock' action.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
page_idYes
url_patternYes
actionNoblock
mock_bodyNo
mock_statusNo
mock_content_typeNoapplication/json

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior4/5

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

No annotations provided, so description carries the burden. It discloses that the tool modifies network request behavior (block, mock, passthrough) and explains mock action parameters. However, it does not mention persistence scope or side effects on future requests.

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 front-loaded with a clear one-line intro, followed by a well-structured Args list. It is efficient, though the Args could potentially be integrated more succinctly into prose.

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

Completeness5/5

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

All 6 parameters (2 required) are documented in the description. The output schema exists, so return value explanation is unnecessary. The tool's functionality is fully covered for an interception tool.

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?

With 0% schema description coverage, the description adds extensive meaning via the Args section, detailing each parameter's purpose (e.g., url_pattern as glob pattern, action options). This fully compensates for the schema gap.

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 'Intercept network requests — block, mock, or passthrough' using specific verbs and a clear resource. It effectively distinguishes from sibling tools like browser_navigate or browser_network_continue.

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 outlines parameters and actions but does not provide explicit guidance on when to use block vs mock vs continue, or when not to use this tool. Usage is implied but not differentiated.

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/ColorSource/cloakbrowser-mcp'

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