Skip to main content
Glama

打开页面

web_open

Navigate to a URL in the browser, with optional wait-for conditions (like network idle) to allow pages and single-page apps to finish rendering.

Instructions

在活动标签页中导航到指定 URL(无标签页时自动新建)。可选用更细的等待策略控制返回时机,适用于需要等待单页应用渲染完成或网络请求全部结束的场景。

权限说明:发起真实网络请求并渲染目标页面;请确保目标站点允许自动化访问。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
urlYes要打开的完整 URL,支持 http/https/file/data
timeoutNo超时毫秒数,默认 60 秒,0 表示不限制
wait_untilNo等待策略:commit=请求已发出 / domcontentloaded=DOM 就绪 / load=资源加载完成 / networkidle=网络空闲
Behavior4/5

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

With no annotations, the description carries the full burden of disclosing side effects. It mentions that real network requests are made, the page is rendered, and the target site must allow automation. It also explains the active-tab behavior and auto-new-tab fallback, providing meaningful context beyond the schema.

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 concise sentences: the first states the core action and tab behavior, the second explains wait strategy usage and the permission caveat. It is front-loaded with the primary purpose and contains no fluff or redundancy.

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 tool with only three parameters and no output schema, the description fully covers the essential context: what it does, how it behaves, and a critical permission note. It is complete enough for an agent to select and invoke the tool correctly without additional information.

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?

The input schema has 100% coverage, so the baseline is 3. The description adds value by linking wait_until to concrete scenarios (single-page app rendering, network completion), which enriches the schema's enum definitions without merely repeating them.

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 tool navigates the active tab to a specified URL, auto-creating a new tab if none exists. This distinguishes it from sibling navigation tools like web_back, web_forward, and web_refresh, which operate on history or reload rather than arbitrary URL entry.

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 explicitly notes the use of wait_until strategies for scenarios like SPA rendering or waiting for all network requests to finish, giving clear context for when this tool is appropriate. However, it does not explicitly name alternative tools to exclude, stopping short of the highest bar.

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/JohnXu22786/browser-automation'

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