Skip to main content
Glama
disasm-dev

disasm.dev MCP server

Official
by disasm-dev

Solve a DataDome challenge

solve_datadome

Generate a DataDome clearance payload without using a headless browser, solving interstitial, captcha, or tags challenges.

Instructions

Generate a valid DataDome clearance payload without a headless browser. Pick challenge='interstitial' (provide device_check_link and device_check_page from the blocked response), 'captcha' (provide captcha_link, the geo.captcha-delivery.com URL), or 'tags'. Returns { success, payload, headers } where headers is the client-hints set to replay on your follow-up request. Each call costs one solve against your balance.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
paramsNoAny additional fields the endpoint expects (forwarded as-is)
challengeYesWhich DataDome challenge to solve
captcha_linkNocaptcha: the geo.captcha-delivery.com challenge URL
device_check_linkNointerstitial: the device-check URL from the blocked response
device_check_pageNointerstitial: the device-check page URL
Behavior4/5

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

With no annotations, the description carries full burden. It discloses the return shape ({ success, payload, headers }), the cost per call, and the fact that it bypasses a headless browser. It lacks explicit mention of authentication or error cases, but is sufficiently transparent for typical use.

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 sentences, front-loaded with the main purpose, and wastes no words. It efficiently lists challenge types and their inputs.

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 no output schema, the description explains the return structure. It covers main use cases and differentiates challenge types. Minor gaps: no mention of error responses or prerequisites like authentication, but overall adequate for a solve tool.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 100% with descriptions, but the tool description adds crucial context: which parameters apply to which challenge type and how 'params' is forwarded. This goes beyond the schema and helps an agent select parameters correctly.

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 generates a DataDome clearance payload and specifies three challenge types (interstitial, captcha, tags) with required inputs. It distinguishes itself from siblings like solve_incapsula by naming, and from account/balance tools by function.

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 explicitly explains when to use each challenge type and what parameters to provide (e.g., 'captcha: provide captcha_link'). It also mentions cost. However, it does not directly contrast with solve_incapsula or state when not to use this tool, leaving some ambiguity for an AI agent.

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/disasm-dev/mcp-server'

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