Skip to main content
Glama

browser_unroute

Destructive

Remove specific network routes by matching a URL pattern, or clear all configured routes when no pattern is specified. This reverses previous route interception to restore default networking behavior.

Instructions

Remove network routes matching a pattern (or all routes if no pattern specified)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
patternNoURL pattern to unroute (omit to remove all routes)
Behavior4/5

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

Annotations indicate destructiveHint=true, and the description adds that omitting the pattern removes all routes, which is valuable beyond annotations. No contradiction; readOnlyHint=false aligns with removal.

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?

Single sentence, 14 words, front-loaded with the verb 'Remove'. No redundant or unnecessary text.

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 description is adequate for a simple destructive action. No output schema exists, but the lack of return value information is acceptable given the tool's straightforward nature. Could optionally mention immediate effects or confirmation.

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% and the schema description already explains the parameter: 'URL pattern to unroute (omit to remove all routes)'. The description adds no significant additional meaning.

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 'Remove network routes', specifying it can remove routes matching a pattern or all routes if no pattern is provided. This distinguishes it from browser_route (adds routes) and browser_route_list (lists routes).

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 says when to use: to remove specific routes by pattern or clear all routes. It does not explicitly state when not to use or mention alternatives, but the purpose is clear from context.

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/Pelag-Michael/Chrome-for-AI'

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