Skip to main content
Glama
qualienai

qualien-mcp

Official
by qualienai

playwright__browser_network_requests

Read-only

Retrieve a numbered list of network requests made by the browser page. Filter by URL pattern and optionally include static resources to debug API calls or page loading behavior.

Instructions

Returns a numbered list of network requests since loading the page. Use browser_network_request with the number to get full details.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
filterNoOnly return requests whose URL matches this regexp (e.g. "/api/.*user").
staticYesWhether to include successful static resources like images, fonts, scripts, etc. Defaults to false.
filenameNoFilename to save the network requests to. If not provided, requests are returned as text.
Behavior4/5

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

Annotations already declare readOnlyHint=true, destructiveHint=false, and openWorldHint=true. The description adds that the list is scoped to requests 'since loading the page', which is a useful behavioral constraint. It correctly characterizes the tool as a read-only, non-destructive operation. No contradiction with annotations.

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, zero wasted words. The first sentence states the core function, the second gives immediate cross-reference to the sibling tool. Perfectly front-loaded and efficient.

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 tool is relatively simple (list of network requests) and has no output schema. The description mentions it returns a 'numbered list' and points to the sibling for full details, which partially compensates for the lack of output specification. However, the agent might benefit from knowing what information is in the list (e.g., URL, status, method) beyond just numbers. Good overall but a slight gap.

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%, so the baseline is 3. The description does not add any additional context about the parameters (filter, static, filename) beyond what the schema already provides. Since the schema descriptions are adequate, the description adds no extra value here. A higher score would require explanation of parameter interactions or typical usage patterns.

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 verb 'Returns' and the resource 'numbered list of network requests'. It immediately distinguishes itself from its sibling 'browser_network_request' by directing the agent to use that tool for full details. The purpose is specific and leaves no confusion about what the tool produces.

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?

The description tells the agent when to use this tool (to get a list) and when to switch to the sibling tool (for full details). It implies that this tool provides an overview and the sibling provides depth. However, it does not explicitly mention when not to use it or any prerequisites (e.g., must have a page loaded). Good but not exhaustive.

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/qualienai/qualien-mcp'

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