Skip to main content
Glama
killaragorn

cdp-browser-mcp

by killaragorn

cdp_network_stop

Stop ongoing network capture and keep files already written to disk. End data collection for a browser session without losing captured content.

Instructions

Stop capturing. Files already written to dir are kept.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
session_idYesSession id returned by cdp_connect
Behavior3/5

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

No annotations are provided, so the description carries the burden. The note 'Files already written to dir are kept' adds useful behavioral context, but it doesn't disclose other traits like whether the capture session is ended or if logs remain accessible.

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?

Two short sentences, both earning their place. The action is front-loaded and the side-effect note is relevant. No wasted words.

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?

For a simple stop tool with one parameter and no output schema, the description covers the essential action and a key side-effect. Context is adequate; missing details like session handling are minor for this simplicity.

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%, with session_id well-described as returned by cdp_connect. The description adds no parameter-specific info, but the schema already provides full semantics.

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 stops capturing, with a specific verb and resource. It distinguishes from siblings like cdp_network_start and cdp_network_log, though it doesn't explicitly name 'network' in the description.

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?

No guidance on when to use the tool, prerequisites, or alternatives. It doesn't mention that cdp_network_start should be called first or that cdp_network_log can retrieve results after stopping.

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/killaragorn/cdp-browser-mcp'

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