Skip to main content
Glama

screenshot_url

Take a screenshot of a web page (full-page or viewport) and receive a public image URL. Ideal for visual reference during site reconstruction or quality assurance.

Instructions

Capture a screenshot of a web page (full-page or viewport) and return a PUBLIC image URL — not the bytes — so it never bloats your context. Returns JSON with the hosted URL, size, and dimensions. Returns an error if the URL is unreachable or the page fails to load. The hosted image expires after ~24 h — download it promptly if you need it longer. Has no side effects on the target page. Cost: $0.04 USDC pay-per-call on Base ($0.025 prepaid). First call free per wallet. Ideal for site migration/reconstruction (visual reference) and visual QA.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
urlYesThe URL of the page to screenshot (http:// or https://).
widthNoViewport width in pixels (default 1280, 100–4000).
formatNoImage format: "png" (default) or "jpeg".png
heightNoViewport height in pixels (default 800, 100–4000). Ignored when fullPage is true.
qualityNoJPEG quality 1–100 (only applies when format is jpeg).
fullPageNoCapture the entire scrollable page instead of just the viewport. Default false.
Behavior5/5

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

With no annotations, the description fully discloses behaviors: returns public URL (not bytes), 24h expiration, no side effects, cost ($0.04), first call free. This is comprehensive for a screenshot tool.

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 efficient: 6 sentences cover purpose, behavior, output, errors, cost, and use cases. Front-loaded with main action. No wasted words.

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

Completeness5/5

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

Given 6 parameters, 100% schema coverage, no output schema, the description explains return structure (JSON with URL, size, dimensions), error conditions, and cost. Complete context for an agent.

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 100%, so all parameters have descriptions in the schema. The description adds context about full-page vs viewport (already in schema) and mentions output format. It adds some value but is not significantly beyond schema.

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 'Capture a screenshot of a web page' and specifies the return type (public image URL). It distinguishes from sibling tools, none of which perform screenshots.

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?

Provides explicit use cases: 'Ideal for site migration/reconstruction (visual reference) and visual QA.' Also mentions error handling. Lacks explicit when-not, but the unique function makes that less critical.

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/icosaedro-git/toolsnap-mcp'

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