Skip to main content
Glama

navigate

Navigate the active Chrome tab to a specified URL, replacing current page content with the new destination.

Instructions

Navigates the current Chrome tab to a specified URL, loading new page content. Side effects: destructive of current page state; discards unsaved work. Prerequisites: requires an active Chrome tab; URL must be valid and accessible (subject to local-only restrictions if enabled). Returns: navigation confirmation. Auth requirements: subject to same-origin policy; may require credentials for restricted URLs. Rate limits: none. Use this to change the current page. Alternatives: 'reload' to refresh current page.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
urlYesTarget URL to navigate to. Constraints: valid absolute URL (http/https/file). Interactions: navigation is blocked if MCP server started with 'local' flag and URL is not localhost/127.0.0.1/192.168.x.x/*.local. Defaults to: None (required).
tab_idNoThe Tab ID of the target tab. Omit to use the active tab.
instance_idNoChrome instance id from open_instance/list_instances. Omit for the default instance.
Behavior5/5

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

No annotations are provided, so the description carries full responsibility. It discloses side effects (destroys current page state, discards unsaved work), auth requirements (same-origin policy, credentials for restricted URLs), rate limits (none), and return type (confirmation). It also notes prerequisites and possible local restrictions. This is comprehensive behavioral disclosure.

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?

The description is moderately long but each sentence serves a purpose: purpose, side effects, prerequisites, return, auth, rate limits, usage, and alternative. It is front-loaded with the core purpose and structured logically. Minor redundancy (e.g., mentioning 'loading new page content' and 'change the current page') slightly reduces conciseness, but it remains efficient.

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

Completeness5/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 only one required parameter, but the description covers all key aspects an agent needs: prerequisites, side effects, auth, rate limits, return type, and alternative usage. Given the schema's richness, no critical information is missing.

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 schema already provides detailed semantics for each parameter (e.g., URL constraints, tab_id omission, instance_id omission). The tool description adds no additional parameter context beyond what the schema offers, so the baseline of 3 applies.

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 states a specific action (navigates), resource (current Chrome tab), and objective (to a specified URL). It explicitly names the alternative 'reload' for refreshing, distinguishing it from navigation. The function is unambiguous and clearly separates from siblings like reload, switch_tab, and close_tab.

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 says 'Use this to change the current page' and lists the alternative 'reload' for refresh. It also states prerequisites (active Chrome tab, valid URL) and clarifies that the URL must be accessible, with local-only restrictions possible. This gives clear when-to-use and when-not-to-use guidance.

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/raultov/chrome-debug-mcp'

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