Skip to main content
Glama
BrowserGenie

BrowserGenie MCP Server

by BrowserGenie

get_network_errors

Retrieve failed network requests in a browser tab to debug resource loading issues.

Instructions

Get only failed/errored network requests for the tab. Useful for debugging resource loading issues.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
clearNoClear network logs after retrieving
tabIdNoTarget tab ID (defaults to currently active tab)
apiKeyNoAPI key for authentication if enabled
Behavior3/5

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

No annotations are present, so the description carries the full burden. It accurately states the tool retrieves only errored requests, but does not mention the 'clear' parameter's effect of clearing logs after retrieval, nor authentication requirements. Adequate but could disclose more side effects.

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 clear, well-structured sentences with front-loaded purpose and no extraneous words. Every sentence adds value.

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 simple with three parameters fully described in the schema and no output schema. The description covers the core purpose and usage context, but could mention the return format or behavior of the 'clear' parameter explicitly.

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 description coverage is 100%, so the schema already documents all parameters. The description adds no additional meaning beyond what the schema provides, earning the baseline score of 3.

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 it retrieves only failed/errored network requests, using specific verb 'Get' and resource 'network requests', and distinguishes from sibling tools like 'get_network_logs' which likely return all requests.

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 explicitly says 'Useful for debugging resource loading issues', providing clear context for when to use. It does not mention when not to use or alternatives, but the purpose implies that for successful requests one would use a different tool.

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/BrowserGenie/mcp'

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