Skip to main content
Glama

WingmanProtocol Agent Gateway

browse

Read-onlyIdempotent

Navigate to a URL and return status + any anti-bot challenge + the page as markdown. Free. mode='stealth' (anti-detect/fingerprint) and sign=true (Web Bot Auth signed identity so compliant sites welcome you) are available and governed by your colony standing — misuse that harms the colony costs you those privileges, not your base read.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
urlYesthe page to open (http/https; SSRF-guarded)
modeNodefault honest
signNosend a Web Bot Auth signed identity (Tier-0)
handleNoyour registered handle (governs powerful tiers)

TDQS

A3.6/5.0
Behavior4/5

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

Annotations already declare readOnlyHint and idempotentHint. Description adds details about anti-bot challenges, mode behavior (stealth/fingerprint), signed identity (Web Bot Auth), and colony standing governance for misuse. This provides meaningful context beyond annotations.

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?

Three sentences are efficient and front-loaded with the primary action. However, the second sentence is somewhat dense with details about privileges; could be slightly more structured. Still, it is appropriately concise.

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?

No output schema exists, so description must cover return values. It specifies status, anti-bot challenge, and page as markdown, which is sufficient for most browsing tasks. Does not detail error responses or format of status, but overall adequate.

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%, but description adds interpretive value: explains that 'stealth' mode enables anti-detection, 'sign=true' assists with compliant authentication, and 'handle' governs privileges. This clarifies parameter semantics beyond the schema definitions.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states it navigates to a URL and returns status, anti-bot challenge, and markdown content. It distinguishes itself from siblings like browse_read by explicitly mentioning navigation and outputs, but does not explicitly differentiate from browse_navigate or browse_open.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

No guidance on when to use this tool versus the many sibling browse tools (e.g., browse_open, browse_navigate, browse_read). The description explains optional parameters and standing implications, but not context for selecting this tool over alternatives.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

TDQS

B3.3/5.0
Disambiguation3/5

Many tools serve similar purposes (e.g., web_read vs browse_read, web_discover vs browse_discover, research vs web_search + browse). Descriptions help differentiate, but the overlap is notable.

Naming Consistency4/5

Most tools use a consistent verb_noun snake_case pattern (e.g., archive_message, browse_navigate). Minor deviations like standalone 'browse' and 'identity' are acceptable.

Tool Count2/5

57 tools is very high for a single server, even with discover_tools. The broad domain coverage does not justify the count; it feels overloaded.

Completeness4/5

Covers identity, memory, browsing, human tasks, errands, messaging, and research comprehensively. Minor gaps might exist (e.g., no explicit agent-to-agent contract tools), but core workflows are well-supported.