Skip to main content
Glama

network_analyze

Inspect network requests and responses from browser tabs, filter by method, status code, URL, or duration to diagnose web performance and API issues.

Instructions

Analyze network requests and responses from connected browser tabs

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoMaximum number of requests to return
tabIdYesThe ID of the tab to analyze network traffic from
methodNoFilter by HTTP methods
statusCodeNoFilter by specific status codes
urlPatternNoRegular expression pattern to filter URLs
minDurationNoMinimum response time in milliseconds
statusRangeNoFilter by status code range
Behavior2/5

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

With no annotations, the description carries the burden of disclosure, but it only gives a high-level action. It does not state whether the operation is read-only, how it interacts with browser tabs, what the returned data structure is, or any side effects/limitations.

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 with no redundant words. It is appropriately concise for its level of detail.

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

Completeness2/5

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

Despite having a detailed schema and multiple parameters, the description lacks essential context for a complex tool: no return value description, no usage context, and no positioning relative to sibling tools. The tool appears useful but is under-specified.

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 detailed descriptions for all 7 parameters (100% coverage), so the description adds no additional parameter semantics. This matches the baseline for full schema coverage.

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 states a clear action ('Analyze') and resource ('network requests and responses from connected browser tabs'), which distinguishes it from sibling tools like network_export_har (export) and network_performance (performance). However, 'analyze' is somewhat broad and doesn't specify the filtering or querying nature explicitly.

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 is provided on when to use this tool over alternatives. There is no mention of prerequisites (e.g., needing a connected tab) or exclusions, so the agent must infer usage from the name alone.

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/perception30/browser-connect-mcp'

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