Skip to main content
Glama
ochen1
by ochen1

navigate_page

Navigate web pages by going to URLs, moving back/forward in history, or reloading content. Control cache behavior, handle beforeunload dialogs, and execute scripts on navigation.

Instructions

Go to a URL, or back, forward, or reload. Use project URL if not specified otherwise.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
typeNoNavigate the page by URL, back or forward in history, or reload.
urlNoTarget URL (only type=url)
ignoreCacheNoWhether to ignore cache on reload.
handleBeforeUnloadNoWhether to auto accept or beforeunload dialogs triggered by this navigation. Default is accept.
initScriptNoA JavaScript script to be executed on each new document before any other scripts for the next navigation.
timeoutNoMaximum wait time in milliseconds. If set to 0, the default timeout will be used.
Behavior3/5

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

Annotations indicate readOnlyHint=false, suggesting a write/mutation operation, which aligns with the description's 'Go to' action implying navigation changes. The description adds minimal behavioral context beyond annotations, such as the default project URL behavior, but doesn't detail side effects like page loading, error handling, or performance impacts. No contradiction with annotations 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 extremely concise with two short sentences that are front-loaded with the core purpose. Every word earns its place, avoiding redundancy and clearly communicating the tool's function without waste.

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?

Given the tool's moderate complexity (6 parameters, no output schema) and rich schema coverage, the description is reasonably complete. It covers the main purpose and default behavior, but could benefit from more detail on navigation outcomes or error cases. With annotations providing safety context, it's adequate though not exhaustive.

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 the schema fully documents all 6 parameters. The description adds no parameter-specific information beyond implying the 'url' parameter is optional with a default. This meets the baseline of 3 since the schema handles the heavy lifting, but the description doesn't enhance parameter understanding.

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 specific action ('Go to a URL, or back, forward, or reload') and distinguishes this navigation tool from siblings like click, hover, or type_text by focusing on browser navigation rather than page interaction. It also mentions the default behavior ('Use project URL if not specified otherwise'), which adds specificity.

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 provides clear context for when to use this tool ('Go to a URL, or back, forward, or reload') and hints at alternatives by implying it's for navigation versus other page actions in the sibling list. However, it lacks explicit exclusions or named alternatives (e.g., no mention of when not to use it or direct comparison to tools like new_page).

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/ochen1/chrome-devtools-mcp-mux'

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