Skip to main content
Glama
91fapiao-cn

playwright-browser-skill

by 91fapiao-cn

browser_launch

Launch a configurable browser instance for automated testing, with options for device emulation, headless mode, or video recording to support debugging and trace analysis.

Instructions

启动浏览器(支持设备模拟、视频录制、追踪等)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
slowMoNo慢动作延迟(毫秒)
headlessNo
viewportNo
deviceNameNo设备名称,如 iPhone 13, Pixel 5
browserTypeNo
recordTraceNo是否记录追踪
recordVideoNo是否录制视频
Behavior2/5

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

No annotations are provided, so the description must carry the burden of behavioral disclosure. It only lists high-level features (device simulation, video recording, tracking) without explaining side effects, return values, browser instance lifecycle, or prerequisites. '启动' implies action but gives no insight into what actually happens or what the agent should expect.

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 a single concise sentence that front-loads the core action. Every word earns its place, and it avoids redundancy with the schema.

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?

This is a complex tool with 7 optional parameters, a nested viewport object, and no output schema or annotations. A launch operation should clarify return values, whether a browser context is created, and how it relates to subsequent sibling tools. The terse description leaves too much unstated for an agent to safely and correctly invoke it.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters2/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 57%, leaving headless, viewport, and browserType undocumented. The description mentions device simulation, video recording, and tracking, which map to deviceName, recordVideo, and recordTrace, but these already have schema descriptions. It adds no meaning for the undocumented parameters and does not compensate for the coverage gap with any new info.

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 action and resource: '启动浏览器' (launch browser). It also distinguishes itself from sibling tools by highlighting unique launch-time capabilities like device simulation, video recording, and tracking, making it unmistakable from operations on existing browser contexts.

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 implies that this is the entry point for browser interaction, but it does not explicitly state when to use it, whether it should be called before other browser_* tools, or mention any alternatives. The sibling list makes it obvious enough, but explicit guidance is missing.

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/91fapiao-cn/playwright-browser-skill'

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