Skip to main content
Glama

stagenth · 托管浏览器

browser_run

在境内托管浏览器里打开网页并执行一串动作,返回抽取的数据 + 截图下载 URL。

浏览器跑在中国境内、真 Chromium 渲染,能打开海外抓不动的国内站(政务/招投标/电商比价)。 按浏览器时长计费(每 15 秒 1 credit,不足 1 档按 1 档);执行失败不计费。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
urlYes要打开的网页 URL(http/https)
actionsNo浏览器动作序列(可选,按顺序执行),每项是一个对象。支持类型:goto{url} 跳转、wait{ms} 等待毫秒、wait_for{selector} 等元素出现、click{selector} 点击、fill{selector,value} 填表、scroll{to:bottom|top} 滚动、extract{selector,as:text|html|table,name} 抽取内容到 data[name]、screenshot{full_page,name} 截图(返回下载 URL)。
timeout_msNo单个动作超时(毫秒),默认 30000

TDQS

A3.8/5.0
Behavior3/5

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

With no annotations, the description carries the full disclosure burden. It mentions billing (per 15 seconds, no charge on failure) and domestic hosting, but doesn't disclose potential side effects of actions like clicking or form filling, nor any execution limitations. This is moderate transparency for an automation tool.

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 three sentences, with the main purpose front-loaded. The additional sentences on use-case and billing are relevant and not wasteful, though billing could be seen as non-essential for core usage.

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

Completeness3/5

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

Given the complexity of a browser automation tool and no output schema, the description gives a high-level return statement (extracted data + screenshot URL) but lacks details on output structure, error handling, or when to prefer siblings. Still, the schema fully covers the parameters, so it's a passable, not excellent, complete description.

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 100%, and the description adds no new parameter-specific meaning beyond what the schema already documents. The action types are fully described in the schema, so the description doesn't need to compensate. Baseline 3 applies due to high schema coverage.

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 states a specific action: open a webpage and execute a series of actions, returning extracted data and a screenshot download URL. This clearly distinguishes it from sibling tools like browser_pdf and browser_screenshot, which likely handle single-output operations.

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 a clear use case: accessing domestic Chinese sites that are hard to reach from overseas (government affairs, bidding, e-commerce). It implies using this tool when dynamic rendering and data extraction are needed, but doesn't explicitly contrast with sibling tools or state when not to use it.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

TDQS

A4.1/5.0
Disambiguation5/5

Each tool has a clearly distinct purpose: PDF for document capture, screenshot for image capture, and run for interactive extraction with data output. Although run also returns a screenshot, its primary role as an action executor is unambiguous from the description.

Naming Consistency4/5

All tools share the consistent 'browser_' prefix, but the suffixes mix nouns (pdf, screenshot) and a verb (run). This is a minor deviation from a pure verb_noun pattern, yet the overall naming scheme is predictable and readable.

Tool Count5/5

With just three tools, the set is tightly focused on the core browser operations: print, capture, and interact. This is well within the ideal 3-15 range and each tool earns its place.

Completeness4/5

The tool surface covers the primary output methods (PDF, screenshot, data extraction) and the run tool is generic enough to handle various interaction scripts. A minor gap might be the lack of a direct HTML/raw content tool, but agents can work around this using run.

Resources