Skip to main content
Glama
zeshuochen

nekoro-browser-mcp

by zeshuochen

navigate

Navigate the browser to a specified URL. Returns once the page fully loads by default, or immediately when wait is set to false. Configure a timeout to control how long loading is allowed to take.

Instructions

navigate("https://example.com") — 默认等 readyState==='complete' 再返回。 wait=False 立即返回(Page.navigate 一发出就走)。loaded 标记是否等到加载完成。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
urlYes
waitNo
timeoutNo
Behavior3/5

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

With no annotations provided, the description carries the full burden. It does disclose the default wait-for-complete behavior and the immediate-return behavior for wait=False, which is useful. However, it doesn't disclose what happens to the current page (is it replaced? does it open in the current tab?), timeout behavior, or error conditions (e.g., navigation failures).

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 compact and front-loaded with the primary usage example. Every sentence adds value; the example and the parameter clarifications are useful. Slightly terse but no wasted words.

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

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a navigation tool with no annotations, no output schema, and 0% schema coverage of 3 parameters, the description should do more heavy lifting. 'timeout' is undocumented, the relationship between 'loaded' and 'wait' is unclear, and there's no mention of what the return value is or error handling. The in-code documentation style ('loaded 标记') assumes background knowledge.

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 coverage is 0%, so the description must compensate for parameters. The description explains wait (boolean) and the loaded marker, and implicitly url. However, 'timeout' is not described at all, and 'loaded' is mentioned as a marker but its relationship to the wait parameter isn't fully clarified. Partial compensation but incomplete.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states navigate() navigates to a URL and waits for readyState==='complete' by default. It's a specific verb+resource action. It doesn't explicitly distinguish from siblings like new_tab or switch_tab, but the navigation intent is clear given wait/loaded semantics.

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

Usage Guidelines3/5

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

It explains when wait=False immediately returns vs default behavior waiting for load. However, it doesn't mention when to use navigate vs siblings like switch_tab (for existing tabs) or new_tab (for opening new ones). No explicit exclusions or alternatives are named.

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/zeshuochen/nekoro-browser'

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