Skip to main content
Glama

browser_matrix_test

Runs a sequence of actions across multiple browser engines (chromium, firefox, webkit) and returns a comparison of each browser's execution results.

Instructions

跨浏览器矩阵测试。在指定的多个浏览器引擎上依次执行相同的操作序列,返回各浏览器的执行结果对比。支持 chromium / firefox / webkit 任意组合。自动管理浏览器的创建和关闭,每个浏览器独立隔离。符合产品定位 v2.0 能力补齐方案 §P0-6。step.action 与 step.type 互为别名,二者至少传一个。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
stepsYes在每个浏览器上依次执行的操作步骤,每个步骤的 action/type 字段互为别名,至少传一个
timeoutNo每个步骤的超时毫秒,默认 15000
browsersNo要测试的浏览器列表,默认 ['chromium', 'firefox']
headlessNo是否无头模式,默认 true(矩阵测试默认无头以加速)
Behavior3/5

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

No annotations are provided, so the description must fully disclose behavioral traits. It mentions automatic browser creation/closing, isolation, and the alias relationship between step.action and step.type, but lacks details on destructiveness, rate limits, or other side effects.

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 moderately sized at 4 sentences, front-loaded with purpose, and contains no redundant or superfluous information.

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 the tool (multi-browser, multi-step) and the absence of an output schema and annotations, the description is adequate but leaves gaps regarding output format, error handling, and prerequisites.

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 has 100% description coverage, so the description adds limited value beyond clarifying that action and type are aliases and that at least one is required. This is sufficient but not exceptional.

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 defines the tool as a cross-browser matrix test that executes the same action sequence on multiple browser engines and returns comparison results. It specifies supported browsers and automatic management, making the verb+resource combination distinct from siblings.

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?

The description states when to use the tool (for cross-browser testing) and lists supported browsers, but does not explicitly mention when not to use it or provide alternatives among the many sibling tools.

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/validpilot/ai-verify-mcp'

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