Skip to main content
Glama
umutc

Scrapedo MCP Server

by umutc

take_screenshot

Capture webpage screenshots with full-page or element-specific options, viewport control, and proxy routing for geo-targeted rendering.

Instructions

Capture webpage screenshots

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
urlYesURL to capture
superNoUse residential & mobile proxy network
widthNoViewport width (default: 1920)
deviceNoDevice type to emulate
heightNoViewport height (default: 1080)
geoCodeNoCountry code for proxy routing (defaults to "us" if omitted in Super mode)
timeoutNoRequest timeout in milliseconds (5000-120000)
blockAdsNoBlock advertisements
callbackNoWebhook URL for async delivery (url-encoded)
fullPageNoCapture full page screenshot
selectorNoCSS selector of specific element to capture
sessionIdNoSticky session ID (0-1000000)
waitUntilNoWait condition for render completion
customWaitNoAdditional wait time in milliseconds
setCookiesNoSend cookies to the target (JSON or header format)
pureCookiesNoReturn cookies exactly as target provided
disableRetryNoDisable automatic retry
extraHeadersNoForward extra upstream headers
retryTimeoutNoRetry timeout in milliseconds (5000-55000)
waitSelectorNoCSS selector to wait for before shooting
customHeadersNoLet Scrape.do add default headers automatically
forwardHeadersNoForward tool consumer headers to the target
regionalGeoCodeNoRegional proxy location
disableRedirectionNoDisable automatic redirect following
Behavior2/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure. It only states the basic function and does not mention critical behaviors such as JavaScript execution, retry logic, proxy usage, cookie handling, or return formats. The schema hints at these features, but the description itself adds no transparency.

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 a single concise sentence that is front-loaded and free of fluff. It is appropriately sized for a simple purpose, though given the tool's complexity, a bit more detail would be helpful. Still, as far as conciseness, it scores well.

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

Completeness1/5

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

The tool is highly complex with 24 parameters, no annotations, and no output schema. The one-sentence description is grossly inadequate; it does not explain return values, usage scenarios, error conditions, or how the tool behaves. This is a significant completeness gap for such a feature-rich 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% for all 24 parameters, so the description is not required to explain parameters. Since the schema already documents each parameter with clear descriptions, the description adds no additional semantic value, but 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 'Capture webpage screenshots' clearly states the action (capture) and resource (webpage screenshots), and it distinguishes itself from sibling scraping tools like scrape and scrape_with_js by focusing on visual capture. However, it lacks specificity about screenshot variants (full-page, element, etc.), which are only in the schema.

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

Usage Guidelines2/5

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

The description offers no guidance on when to use this tool versus alternatives such as scrape_with_js or scrape. There is no mention of use cases, exclusions, or prerequisites. Users are left to infer from the name and schema that it is for screenshots, but the description does not explicitly clarify when it should be preferred.

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/umutc/scrapedo-mcp-server'

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