Skip to main content
Glama

browser_go

Navigate to a URL and await page load, then return the page title and any JS dialog messages. Specify a CSS selector via wait_for to handle dynamic single-page applications.

Instructions

Navigate to a URL and wait for the page to load. Returns the page title and any JS dialog messages.

PREREQUISITE: browser_open must have been called first.

For Single Page Applications (SPAs) that load content dynamically after initial page load, use wait_for to specify a CSS selector that indicates the content is ready.

Args: url: Full URL to navigate to (e.g. "https://target.com/login") session_name: Browser session to use (default: "default") tab_id: Target a specific tab (optional — uses active tab if omitted) wait_for: CSS selector to wait for after navigation (e.g. "#main-content", ".login-form"). Use for SPAs.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
urlYes
tab_idNo
wait_forNo
session_nameNodefault

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior3/5

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

No annotations are provided, so the description must carry the full burden. It discloses return values (page title, JS dialog messages) and the prerequisite, but does not cover failure modes (e.g., timeouts, invalid URLs) or side effects (e.g., browser history). It adds some useful context but is not exhaustive.

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?

The description is well-structured and efficient: a one-sentence purpose, a clear prerequisite callout, an SPA tip, and a concise Args list. Every sentence earns its place without verbosity.

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 covers all parameters, prerequisites, and a common use case (SPAs). An output schema exists, so the description need not detail return values further. It is complete for the tool's complexity, though it could mention error handling or edge cases.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters5/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 0%, so the description fully compensates with an Args section that explains every parameter, including examples, defaults, and optionality. For instance, it specifies that wait_for is for SPAs and that tab_id uses the active tab if omitted, adding significant meaning beyond the bare schema.

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 tool's verb+resource: 'Navigate to a URL and wait for the page to load.' It distinguishes from siblings like browser_back (navigate back) and browser_open (open a session) by specifying the navigation action and return values.

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

Usage Guidelines5/5

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

The description explicitly states a prerequisite ('PREREQUISITE: browser_open must have been called first') and provides guidance for when to use the wait_for parameter (SPAs that load content dynamically). This gives clear context on when and how to use the 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/BobongKu/nodriver-proxy-mcp'

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