Skip to main content
Glama
Darshan972

Scrapingdog MCP Server

by Darshan972

Screenshot API

screenshot

Capture a screenshot of any web page in PNG, JPG, or WEBP format. Adjust viewport size, image quality, and full-page options to get the image you need.

Instructions

Capture a screenshot (PNG/JPG/WEBP) of any web page. Returns the image.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
urlYesURL of the page to screenshot.
widthNoViewport width in pixels.
formatNoImage format. (API default: png)
heightNoViewport height in pixels.
qualityNoImage quality 0-100 (jpg/webp). (API default: 80)
fullPageNoCapture the full scrollable page instead of just the viewport. (API default: false)
wait_untilNoNavigation completion trigger. (API default: domcontentloaded)
Behavior2/5

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

No annotations are provided, so the description carries the full burden. It only states 'Returns the image' without disclosing load behavior, wait conditions, permission needs, rate limits, or failure modes. The return format (binary, URL, base64) is also unspecified.

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 concise sentences with no wasted words. It front-loads the core action and immediately states the output.

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

Completeness2/5

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

With 7 parameters, no output schema, and no annotations, the description fails to explain return format details, page load behavior, or potential errors. It is inadequate for a tool of this complexity.

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?

The input schema has 100% coverage for all parameters, so the baseline is 3. The description adds no extra meaning beyond what's already in the schema; it only mentions image formats, which are already enumerated in the format 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 clearly states the tool captures a screenshot of a web page and lists supported formats (PNG/JPG/WEBP). This specific verb+resource combination distinguishes it from sibling tools like web_scrape, which extracts text content.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description implies usage for capturing web page images but provides no explicit guidance on when to choose this over alternatives like web_scrape for text extraction. There are no when-to-use or when-not-to-use statements.

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/Darshan972/Scrapingdog-mcp'

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