Skip to main content
Glama
bun913

playwright-min-network-mcp

by bun913

start_monitor

Start network monitoring in a fresh browser instance, capturing API and form submissions by default, with optional static file capture and content/URL filters.

Instructions

Start network monitoring with a new browser instance. Default: captures API and form data only (JSON, form submissions). Use "all" to include static files.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
filterNoContent-type filtering configuration. Controls which types of network requests to capture.
cdp_portNoChrome DevTools Protocol port number
max_buffer_sizeNoMaximum buffer size for storing requests
Behavior3/5

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

Without annotations, the description discloses that starting monitoring launches a new browser instance and captures API/form data by default. It doesn't elaborate on side effects like resource usage, return values, or interaction with the CDP port, but the schema covers some parameters.

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 sentences, front-loaded with the action and default behavior, with 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?

The description is adequate for a start action; it explains the core purpose and default filter behavior. It could mention that monitoring requires stopping later, but the sibling stop_monitor implies this, and the schema handles parameter details.

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?

The schema already provides exhaustive descriptions for all 3 parameters, so the description's mention of default capture and 'all' adds high-level guidance. This supplements the schema's content type filter explanation.

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 action 'Start network monitoring' with a new browser instance, and specifies the default capture scope. It differentiates from sibling tools like stop_monitor and get_recent_requests by its verb and resource.

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?

It explains the default behavior and instructs to use 'all' to include static files, providing clear context on how to invoke the filter. However, it doesn't explicitly state when to use this tool over alternatives, though the sibling names imply roles.

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/bun913/playwright-min-network-mcp'

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