Skip to main content
Glama

page_navigate

Navigate the attached browser tab to a given URL. Returns immediately upon navigation commit, so wait for specific network requests or page text before asserting.

Instructions

Navigate the attached tab to a URL. Returns as soon as the navigation is committed, not when loading finishes — wait for a specific request with network_wait_for_request, or for text with Playwright, before asserting.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
urlYesAbsolute URL to open.
Install Server

TDQS

A4.5/5.0
Behavior4/5

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

With no annotations provided, the description must carry the behavioral disclosure burden, and it does so well by revealing the non-blocking return semantics. It honestly warns that the page may still be loading and tells the agent how to handle that. It could additionally mention failure modes like invalid URLs or blocked navigations, but the key behavioral trait is covered.

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?

Two sentences with no filler. The core action is front-loaded, and the second sentence earns its place by providing essential asynchronous behavior and actionable follow-up guidance.

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?

For a simple one-parameter navigation tool with no output schema, the description covers what it does and what to do after calling it. No essential operational detail is missing; the async caveat is exactly the kind of context an agent needs.

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?

The schema already fully documents the single parameter as 'Absolute URL to open' with 100% coverage, so the baseline is 3. The description does not materially extend the parameter semantics beyond saying the navigation target is a URL.

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?

States a specific verb ('Navigate'), a resource ('the attached tab'), and the target ('a URL'), making the tool's function immediately identifiable. It is clearly distinct from sibling page_reload, which reloads the current page rather than navigating to a new URL.

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?

Explicitly describes the timing behavior—returns when navigation is committed, not when loading finishes—and gives concrete alternatives for waiting: network_wait_for_request for requests, or Playwright text waits before asserting. This gives the agent clear guidance on when and how to follow up, exceeding a bare nav command.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

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/Dayananda-D/Devcdp'

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