Skip to main content
Glama
soulxyz

BrowserPilot

by soulxyz

browser_navigate

Navigate to a URL to load a webpage for browser automation, testing, and data scraping.

Instructions

Navigate to URL

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
urlYesURL to navigate to

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv1.1.0

TDQS

C2.5/5.0
Behavior2/5

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

No annotations are provided, so the description carries the full burden of behavioral disclosure. 'Navigate to URL' discloses only the core action — it does not state whether the tool waits for page load, navigates in the current tab, how navigation failures are surfaced, or what happens to page state. For a state-changing browser operation, this is a significant transparency gap.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness3/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Three words with zero waste, so it is structurally clean and fully front-loaded. But it crosses into under-specification: there is no substance to structure, and it resembles the terse 'Process' pattern the rubric penalizes. Conciseness is achieved at the expense of utility.

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

Completeness2/5

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

The tool is low-complexity with only one well-documented parameter, but it is a state-changing browser operation with no annotations and no output schema. The description fails to address what an agent should expect after calling it — load waiting, snapshot staleness, or failure behavior — leaving the invocation context incomplete.

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%, and the url parameter is documented as 'URL to navigate to,' so the schema already carries the parameter weight. The tool description 'Navigate to URL' adds no semantics beyond that, which matches the baseline 3 for high schema coverage.

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

Purpose3/5

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

The description states a clear verb and object — 'Navigate to URL' — so an agent can tell the tool performs navigation. However, it is only one step removed from a tautology of the tool name, adds the parameter name as the object, and does nothing to differentiate it from siblings like browser_navigate_back or browser_tabs. The purpose is minimally clear but not genuinely informative.

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?

The description offers zero guidance on when to use this tool versus its 16 siblings. It does not mention that browser_navigate_back handles history navigation, that browser_snapshot should follow navigation to inspect the result, or any prerequisites or exclusions. An agent is left to infer context entirely from the tool name and sibling list.

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