Skip to main content
Glama
ma-pony

mcp-playwright

by ma-pony

take_screenshot

Capture a web page screenshot. Optionally include the full page or adjust image quality.

Instructions

截取页面截图

Args:
    path: 保存路径(可选)
    full_page: 是否截取整页
    quality: 图片质量(1-100)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pathNo
full_pageNo
qualityNo
Behavior2/5

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

No annotations present, so description carries full burden. It does not disclose what happens when 'path' is omitted, whether the result is saved or returned, or any side effects. Minimal behavioral context.

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?

Description is very short and to the point. Each sentence adds value: purpose and parameter explanations. No filler.

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?

Despite having 3 parameters and no output schema or annotations, the description does not cover return value, default behavior when path is null, or any behavioral constraints. Incomplete for a tool that likely produces a file or data.

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%. Description explains each parameter in Chinese: path as optional save path, full_page as full-page toggle, quality as image quality range. This adds meaning beyond schema titles, but depth is minimal.

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?

Description '截取页面截图' clearly indicates the tool takes a page screenshot. It is a specific verb-resource pair. No sibling tools overlap in purpose, so differentiation is not needed.

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

Usage Guidelines2/5

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

No guidance on when to use this tool versus alternatives. No exclusion or context provided. The description lacks any usage hints.

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/ma-pony/mcp-playwright'

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