Skip to main content
Glama

navigate_page

Navigate browser pages to URLs, back, forward, or reload for JS reverse engineering. Waits for DOMContentLoaded to enable script analysis.

Instructions

Navigates the currently selected page to a URL, or performs back/forward/reload navigation. Waits for DOMContentLoaded event (not full page load). Default timeout is 10 seconds.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
urlNoTarget URL (only type=url)
typeNoNavigate the page by URL, back or forward in history, or reload.
pageIdxNoOptional page index to navigate. Defaults to the currently selected page.
timeoutNoMaximum wait time in milliseconds. If set to 0, the default timeout will be used.
ignoreCacheNoWhether to ignore cache on reload.
Behavior4/5

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

The description adds meaningful behavioral details beyond the readOnlyHint=false annotation, such as waiting for DOMContentLoaded (not full load) and a 10-second default timeout. This enriches the agent's understanding of the operation's side effects and timing. The annotation is consistent with the tool's mutating nature, so no contradiction exists.

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 two sentences, front-loaded with the core purpose, and every sentence contributes unique information (navigation types, DOMContentLoaded wait, timeout default). There is no redundancy or filler.

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 the essential aspects of navigation, including action types and a key timing behavior, and is complemented by a schema with full parameter descriptions. It does not explicitly address error conditions or prerequisites beyond 'currently selected page', but within the context of the tool's complexity and available metadata, it is sufficiently complete.

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?

While the schema covers all parameter descriptions (100% coverage), the description adds the concrete default timeout value (10 seconds), which is not present in the schema. This extra detail helps the agent reason about parameter behavior beyond the structured metadata.

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 a specific verb ('navigates') and resource ('currently selected page'), and enumerates distinct navigation modes (URL, back, forward, reload). It also differentiates from sibling tools like list_pages and select_page by focusing on navigation actions rather than page listing or selection.

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

Usage Guidelines4/5

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

The description establishes when to use the tool ('navigates the currently selected page'), implying a prerequisite of a selected page. It does not explicitly mention alternatives or when not to use it, but the usage context is clear enough for most scenarios.

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/NoOne-hub/JSReverser-MCP'

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