Skip to main content
Glama

ruyi_take_screenshot

Capture the current page as a PNG screenshot. Save to a specified file path or receive a base64-encoded image, with optional full-page capture.

Instructions

对当前页面截图。可保存到文件或返回 base64 编码(PNG)。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pageIdxNo
filePathNo保存路径(PNG)。不提供则返回 base64。
fullPageNo是否截取整页(默认仅视口)
Behavior3/5

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

With no annotations, the description carries the full burden. It discloses the two output modes (file or base64) and the PNG format, but does not mention the fullPage parameter's effect on capture scope or the pageIdx parameter, which are relevant behavioral aspects.

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 extremely concise, with two short sentences that front-load the purpose and then add output details. No wasted words.

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?

For a simple screenshot tool, the description covers the core function and output options, but it omits pageIdx semantics and return value structure. Since there is no output schema and no annotations, these gaps make it minimally viable but not complete.

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 coverage is 67%, with filePath and fullPage already described. The description only reiterates the filePath behavior without adding new meaning, and it completely ignores pageIdx, which lacks a schema description.

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?

The description clearly states the tool's function: taking a screenshot of the current page, with options to save to file or return base64 PNG. However, it does not explicitly differentiate from sibling tools like capture_start, though the function is easily inferred from the name.

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 is provided on when to use this tool versus alternatives. The description only states the action itself without context, exclusions, or alternative tool references.

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/Facetomyself/ruyi-mcp'

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