Skip to main content
Glama

x402-captcha-solve

Captcha Solve: reCAPTCHA v2/v3, hCaptcha, Turnstile. Paid per call via x402 in USDC on Base. No free trial — every call spends a prepaid solver balance.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
urlNoUrl to process
typeNoType to process
actionNoAction to process
siteKeyNoSiteKey to process
sitekeyNoSitekey to process
minScoreNoMinScore to process
websiteURLNoWebsiteURL to process

Schema Changelog

Changes observed during successful MCP inspections.

  1. Added
  2. Removed
  3. Changed1 schema field changed
    • addedInput schema / properties / url
      Added value: +{
      +  "description": "Url to process",
      +  "type": "string"
      +}
  4. First observed

TDQS

B3.2/5.0
Behavior3/5

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

With no annotations, the description carries the full burden of behavioral disclosure. It does usefully disclose that each call is paid via x402 in USDC on Base and that there is no free trial, which is an important side effect. However, it does not disclose what the tool returns, whether credentials are required, or failure behavior.

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 three short, front-loaded sentences: purpose and supported types first, followed by payment and cost warning. Every sentence earns its place, and there is no redundant or filler content.

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?

Despite the payment warning, the description is incomplete for correct invocation: seven optional parameters, no output schema, and no annotations. It does not explain what a successful solve returns, which captcha types require which parameters, or what happens on failure or insufficient balance.

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 coverage is 100%, so the baseline is 3 even without parameter details in the description. However, the schema descriptions are largely tautological ('Type to process', 'Action to process'), and the description adds no guidance on which parameters are required for each captcha type or how duplicate fields like siteKey/sitekey and url/websiteURL differ.

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 clearly states the tool solves captchas and enumerates the supported types: reCAPTCHA v2/v3, hCaptcha, and Turnstile. It identifies the verb and resource precisely, though it does not explicitly differentiate itself from sibling tools beyond its unique function.

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 provides no guidance about when to use this tool versus alternatives, nor any exclusions or prerequisites. The payment and balance information is cost-related context, not usage routing, so the agent is left without direction on selecting this tool appropriately.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

Resources