Skip to main content
Glama

browser_network

Manage and inspect network requests captured during browser testing. Filter by URL, method, or status code, and view detailed request/response data.

Instructions

网络请求管理工具(v1.9.5 起合并 browser_network_detail)。通过 mode 参数区分子模式:list(默认,获取网络请求记录列表,支持按 URL/方法/状态码/checkpoint 过滤)/ detail(查看网络请求详情,包括请求头、响应头、请求体、响应体摘要、耗时和失败原因,等价于已废弃的 browser_network_detail)。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
modeNo网络请求模式:list(默认,获取请求列表)/ detail(查看请求详情,等价于已废弃的 browser_network_detail)list
sinceNoISO 时间戳,只返回该时间之后的记录
methodNoHTTP 方法,如 GET/POST/PUT
containsNoURL 过滤关键字,兼容旧参数
statusMaxNo只返回状态码小于等于该值的记录
statusMinNo只返回状态码大于等于该值的记录
currentOnlyNo是否只返回当前 checkpoint 之后的记录,默认 true
urlContainsNoURL 过滤关键字
Behavior3/5

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

No annotations are provided, so the description carries the full burden. It describes the tool as a management tool with two modes and lists what each mode returns (headers, body, timing). However, it does not explicitly state whether the tool is read-only, if it modifies state, or any prerequisites (e.g., need for a live session). The behavioral traits are partially disclosed but not fully transparent.

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 concise (two sentences) and front-loaded with the tool's purpose. It efficiently covers the key aspects: merging, mode distinction, and filtering. However, it could be more structured (e.g., bullet points for modes) to improve readability, but overall it is well-sized and clear.

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

Completeness3/5

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

Given the complexity (8 parameters, two modes, no output schema), the description covers the main functionality but lacks details on return format (e.g., pagination, number of entries), behavior of the 'currentOnly' parameter, and any side effects. It is adequate for basic understanding but incomplete for advanced use.

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

Parameters4/5

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

Schema coverage is 100%, so baseline is 3. The description adds significant value by explaining the mode parameter's sub-modes and providing context on filtering capabilities (URL, method, status code, checkpoint) that maps to multiple parameters. It also clarifies that 'since' is an ISO timestamp and that 'currentOnly' defaults to true. This goes beyond the schema's own descriptions.

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?

Description clearly states the tool is for network request management, merging the deprecated browser_network_detail. It explicitly describes two modes (list and detail) with distinct purposes, and the context of merging distinguishes it from the deprecated sibling tool. The verb '管理' (manage) and resource '网络请求' (network request) are specific.

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 provides clear context for when to use each mode (list for listing requests, detail for viewing details). It mentions that detail mode is equivalent to the deprecated browser_network_detail, implying migration guidance. However, it does not explicitly exclude other tools like browser_errors or browser_har_export, nor does it advise against using this tool for other purposes.

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/validpilot/ai-verify-mcp'

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