Skip to main content
Glama

browser_navigate

Navigate to a specified URL in the browser, optionally waiting until the page reaches a desired load state.

Instructions

Navigate to the specified URL in the browser.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
urlYesURL to navigate to
wait_untilNoWait until: 'load', 'domcontentloaded', 'networkidle'domcontentloaded
Behavior2/5

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

With no annotations, the description carries the full burden. It only says 'navigate' without disclosing behavior such as whether it waits for page load (though wait_until is in schema), whether it throws errors on invalid URLs, or how it affects the current tab's history. This is minimal.

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?

One sentence with zero wasted words. It is appropriately sized for a simple navigation tool and front-loads the core action.

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 has no output schema and no annotations, so the description should cover basic expectations. It fails to mention return values, error behavior, or interaction with page load states. The wait_until parameter is not explained in the description, leaving the agent under-informed.

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 baseline is 3. The description adds nothing beyond 'specified URL' which is redundant with the schema property. It does not elaborate on wait_until or URL format.

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 verb and resource: 'Navigate to the specified URL in the browser.' This is specific and distinguishes the tool from siblings like browser_go_back, browser_reload, and browser_new_tab.

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 is provided about when to use this tool vs alternatives. It does not mention relationships to browser_new_tab, browser_switch_tab, or how navigation differs from loading URLs in a new tab.

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/mazamakasa/octo-mcp'

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