Skip to main content
Glama

screenshot

Capture screenshots of any webpage. Control viewport size, output format, quality, and load condition. Supports full-page or viewport-only captures.

Instructions

Captures a screenshot of any webpage. Control viewport size, output image format/quality, full-page vs. viewport-only capture, and when the browser considers the page 'loaded' before capturing. Returns binary image data. [Credits: 5 credits per successful request.] Notes: Distinct endpoint from /scrape (https://api.scrapingdog.com/screenshot). This is the only one of the fetched pages that ships a full, structured 'API Parameters' reference table in the docs (Scrapingdog Parameters / Query Parameters / Full Page / Viewport / Wait Until / Format sections) — all other /scrape sub-pages only describe their one feature parameter in prose plus a code example. No explicit country/proxy/session parameters are documented for the screenshot endpoint itself. Returns: Binary image data in the requested format (default PNG; Content-Type image/png, image/jpeg, or image/webp). Typically saved directly to a file (e.g. screenshot.png) rather than parsed as text.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
urlYesThe URL of the page for which you want to take a screenshot.
widthNoThe width of the browser viewport in pixels.
formatNoScreenshot output format. Available: png, jpg, webp. (default: png)
heightNoThe height of the browser viewport in pixels.
qualityNoImage quality setting, 0-100 range. (default: 80)
fullPageNoWhether to take a full-page screenshot (scrolling the whole page) or just the visible viewport portion without scrolling.
wait_untilNoDetermines when navigation is considered complete before taking the screenshot. Options: load, domcontentloaded, networkidle. (default: domcontentloaded)
Behavior4/5

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

Discloses return type (binary image data), credit cost (5 credits per request), and notes that no country/proxy/session parameters are documented. It also mentions the wait_until parameter controls load timing. This adds value beyond the schema and annotations (which are absent).

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness3/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is front-loaded with the main action but includes extraneous details about documentation structure (e.g., 'only one of the fetched pages that ships a full, structured API Parameters reference table') that may not aid an AI agent. Could be more concise.

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?

Given 7 parameters, no output schema, and no annotations, the description adequately covers purpose, parameters, output type, and credit cost. It lacks error handling details but sufficiently describes the return format for a screenshot tool.

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 baseline is 3. The description adds credit cost and documentation notes but does not add significant new meaning beyond what the schema already provides for each parameter.

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 starts with 'Captures a screenshot of any webpage' which clearly states the action (captures) and resource (screenshot of webpage). It lists controllable aspects and distinguishes from the sibling 'scrape' by noting it's a distinct endpoint, providing clear differentiation.

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 gives context by contrasting with /scrape endpoint, implying this tool is for image capture rather than HTML scraping. However, it does not explicitly state when to use this tool over other siblings or provide when-not conditions.

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/alessandrobenigni/ScrapingDog-MCP'

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