Skip to main content
Glama
umutc

Scrapedo MCP Server

by umutc

scrape_to_markdown

Scrape any webpage and convert its content to clean Markdown format. Supports JavaScript rendering, custom headers, and proxy options for flexible extraction.

Instructions

Scrape and convert to markdown format

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
urlYesURL to scrape
bodyNoRequest body for POST/PUT
superNoUse residential proxy
deviceNoDevice to emulate
methodNoHTTP method (default: GET)
renderNoEnable JavaScript rendering
geoCodeNoCountry code for proxy
timeoutNoRequest timeout in milliseconds (5000-120000)
blockAdsNoBlock advertisements
callbackNoWebhook URL for async delivery (url-encoded)
sessionIdNoSticky session ID (0-1000000)
setCookiesNoSend cookies to the target (JSON or header format)
pureCookiesNoReturn cookies as provided by the target
disableRetryNoDisable automatic retry
extraHeadersNoForward extra upstream headers
retryTimeoutNoRetry timeout in milliseconds (5000-55000)
customHeadersNoLet Scrape.do inject default headers
blockResourcesNoBlock images, CSS, fonts to speed up loading
forwardHeadersNoForward tool consumer headers to target
playWithBrowserNoJSON-encoded Play-with-Browser script to run before conversion
regionalGeoCodeNoRegional proxy location (europe, asia, etc.)
disableRedirectionNoDisable auto redirect following
Behavior1/5

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

No annotations are provided, and the description offers no behavioral transparency. It does not mention that the tool performs network requests, potential authentication needs, rate limits, or side effects. For a scraping tool, this is a significant disclosure gap.

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 single sentence is concise and front-loaded, but for a tool with 22 parameters it is under-specified. It is not bloated, but it lacks structure and fails to add value beyond the basic purpose.

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?

The tool has high complexity (22 params, no output schema), and the description is incomplete. It states the output format (markdown) but gives no information about return values, error behavior, parameter interactions, or typical use cases. The required URL parameter is not mentioned in the description.

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 provides 100% coverage of all 22 parameters with descriptions, so the baseline is 3. The description adds no meaning beyond the schema, but it also does not contradict or omit anything the schema already covers.

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 the core action ('Scrape and convert to markdown format') with a clear subject (URL via required parameter). It differentiates from the sibling 'scrape' by specifying markdown output, though it does not explicitly name alternatives.

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?

No guidance is provided on when to use this tool versus siblings like 'scrape' or 'scrape_with_js'. There are no prerequisites, exclusions, or context about ideal use cases, leaving the agent to infer from the name alone.

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