Skip to main content
Glama

Cofferdock

Screenshot of a public web page

screenshot_url
Idempotent

Screenshot of a public web page. Loads a public URL in a real browser (JavaScript enabled) and takes a screenshot. Private networks and internal addresses are blocked.

Costs 1 credit per call.

Returns a temporary download link (valid 15 minutes). Always include that link in your reply so the user can open or download the file.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
urlYesPublic http(s) URL to capture.
widthNoBrowser window width in pixels (100-3840). Default 1280.
formatNoImage format: "png" (default) or "jpeg".png
heightNoBrowser window height in pixels (100-2160). Default 800. Ignored if full_page is true.
qualityNoJPEG only.
wait_msNoExtra time to wait after the page loads and before capturing, in milliseconds (0-5000). Use it for pages that render late. Default 0.
full_pageNotrue = capture the whole scrollable page, not just the first screen. Default false.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.1/5.0
Behavior5/5

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

Beyond the annotations, the description adds several operationally important behaviors: JavaScript is enabled, private/internal addresses are blocked, the call costs 1 credit, and the result is a temporary download link valid for 15 minutes that must be relayed to the user. This goes well beyond what the annotations alone convey and does not contradict them.

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?

The description is compact and front-loaded with the core behavior before additional constraints. The first sentence repeats the tool title almost verbatim, which is mildly redundant, but every remaining sentence adds useful information (blocked networks, cost, link handling).

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?

For a tool with seven fully documented parameters and no output schema, the description covers the missing operational context: the execution environment, network restrictions, credit cost, output link format and validity, and the required agent behavior of including the link in the reply. Nothing important appears missing.

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 every parameter is already documented in the schema. The description adds no parameter-specific semantics beyond confirming the URL must be public, so the schema does the heavy lifting and the baseline of 3 is appropriate.

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 states a clear action: 'Loads a public URL in a real browser (JavaScript enabled) and takes a screenshot.' This is specific about verb and resource and adds the public-URL constraint. It doesn't explicitly distinguish the tool from the sibling html_to_image, but the public/web-page framing makes the intended use recognizable.

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 clearly says the tool is for public web pages and explicitly states that 'Private networks and internal addresses are blocked,' which tells the agent when not to use it. It doesn't name alternative tools or provide explicit when-to-use versus sibling guidance, so it falls short of a 5.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

Resources