Skip to main content
Glama

screenshot

Read-onlyIdempotent

Capture a PNG image of a web page using software rendering. Optionally capture the full scrollable content instead of just the viewport.

Instructions

Capture a PNG screenshot of a web page. Uses Servo's software renderer — no GPU required. Set full_page to capture the full scrollable content instead of just the viewport.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
urlYesURL to capture (http/https only)
full_pageNoCapture the full scrollable page instead of just the viewport. Default: false
timeoutNoPage load timeout in seconds. Default: 30
settle_msNoExtra wait in ms after the `load` event. Default: 0. Max: 10000.
Behavior3/5

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

Annotations already provide readOnly, destructive, idempotent, and open-world hints. The description adds context about the software renderer and full_page behavior, but does not detail error handling or output format. This is adequate given the annotations.

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?

Two sentences, front-loaded with the main purpose. Every word adds value, no redundancy.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

With no output schema, the description does not specify the return format (e.g., base64-encoded PNG). However, the tool name and basic purpose are clear, and annotations cover safety. Minor gap in output specification.

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 description coverage is 100%, so the schema already documents all parameters. The description only mentions full_page explicitly, adding no additional meaning beyond what's in the schema for other parameters like timeout or settle_ms.

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 captures a PNG screenshot of a web page, using a specific verb and resource. It distinguishes itself from siblings like fetch or execute_js by focusing on visual capture.

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 mentions the use of Servo's software renderer (no GPU required), hinting at suitable environments. It also explains the full_page parameter usage, but lacks explicit guidance on when to use screenshot over alternatives like batch_fetch or crawl.

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/konippi/servo-fetch'

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