Skip to main content
Glama

screenshot

Capture an image of the current page to read visual content, verify results, and calculate coordinates for mouse operations.

Instructions

Image of the page. Use it to read visual content, verify a result, or work out coordinates for the mouse tool.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior2/5

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

No annotations are provided, so the description carries full burden for behavioral disclosure. However, it only says 'Image of the page' and gives usage context. It does not disclose important traits such as whether the image is a viewport or full-page capture, how the image is returned (path, data URL), or any timing/loading behavior. This lack of detail makes it hard for an agent to anticipate the actual output.

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 two short sentences, with the core definition ('Image of the page') front-loaded. Every word earns its place, and the usage scenarios are packed into a single follow-up sentence without redundancy.

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 low complexity (no parameters, no output schema), the description provides adequate usage context but omits return-value semantics and capture scope. Since there is no output schema, the description should explain what the agent will receive (e.g., an image path or base64 string). This gap is significant but not fatal for such a simple tool.

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

Parameters4/5

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

The tool has zero parameters, so the schema is complete and there is nothing for the description to add about parameters. Per the baseline rule for 0-parameter tools, a score of 4 is appropriate since no compensation is needed.

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 tool produces an image of the page. It further distinguishes itself by specifying use cases—reading visual content, verifying results, and computing coordinates for the mouse tool—which differentiates it from text-based siblings like snapshot or action tools like click/type.

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 explicitly lists when to use the tool: to read visual content, verify a result, or work out coordinates for the mouse tool. It does not mention alternatives or when not to use it, but the listed use cases provide clear context and imply contrast with text-based 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/Roadmvn/linux-computer-use'

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