Skip to main content
Glama
81117105108108

Blinkwire

List network requests

browser_network_requests
Read-only

List network requests made by the page since it loaded. Enable network capture to monitor browser traffic.

Instructions

List requests made since the page loaded. Off by default — restart with --network-capture if you need it (the Network domain is expensive).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoMaximum number of requests to list (default 100)
filterNoOnly return requests whose URL matches this regex
staticNoInclude images, fonts, scripts and other static resources (default false)

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observedv0.1.0

TDQS

A4.3/5.0
Behavior4/5

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

The annotations already mark the tool as read-only and non-destructive. The description adds the important caveat that the Network domain is expensive and must be explicitly enabled, which goes beyond the basic safety 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?

The description is two sentences with no filler. It states the core function, the default-off behavior, and the prerequisite flag in a compact and direct way.

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

Completeness5/5

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

For a simple list operation, the description is complete: it specifies the data source (requests since page load), the availability caveat, and the expensive nature of the feature. No output schema exists, but the purpose and usage are sufficiently clear.

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?

All three parameters have descriptions in the schema, including defaults for limit and static. The tool description itself does not add additional meaning beyond what is already in the schema, so it meets the baseline but does not exceed it.

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 tool lists network requests made since page load, with a specific verb and resource. It is easily distinguished from sibling tools like browser_network_request, which would make a request rather than list them.

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 gives clear context on when the tool can be used, noting it is off by default and requires restarting with --network-capture. It does not explicitly name an alternative for other actions, but the purpose is unambiguous.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

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/81117105108108/Blinkwire'

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