Skip to main content
Glama

solve_recaptcha_ai

Solve reCAPTCHA v2 image challenges using a multimodal vision LLM. Supports Anthropic Claude or OpenAI-compatible APIs.

Instructions

Solve reCAPTCHA v2 image challenge using a vision-enabled LLM.

Supports Anthropic (Claude) OR any OpenAI-compatible API (gpt-4o, gpt-5.x,
Groq llama3.2-vision, local Ollama llava, Together.ai, Fireworks, etc).

⚠️ MODEL MUST BE MULTIMODAL (vision-capable) — text-only models fail silently.
✅ Supported: gpt-4o, gpt-5.x, claude-opus-4-7, llava, llama-3.2-90b-vision-preview
❌ NOT: gpt-3.5-turbo, llama3 (non-vision), claude-3-haiku

Env vars (OpenAI SDK standard — priority checked if args omitted):
    OPENAI_API_KEY + OPENAI_BASE_URL + OPENAI_MODEL  → OpenAI-compat
    ANTHROPIC_API_KEY + ANTHROPIC_MODEL              → Claude
    AI_VISION_* (legacy, DEPRECATED — removed v0.2.0) → backward-compat

Explicit override:
    provider="anthropic" | "openai"
    base_url="https://your-provider.example.com/v1"
    api_key="..."
    model="gpt-4o" | "claude-opus-4-7" | ...

Cost: varies by provider (~$0.005-0.03 per solve).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
api_keyNo
max_roundsNo
wait_betweenNo
providerNo
base_urlNo
modelNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior3/5

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

Since no annotations are provided, the description carries full burden. It discloses that the model must be multimodal, that text-only models fail silently, and gives cost estimates. However, it lacks details on error handling, rate limiting, or what happens on API failure. While informative, it is not fully exhaustive.

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 well-structured and concise. It opens with the main purpose, then uses bullet points for supported APIs, model requirements, environment variables, explicit overrides, and cost. Every sentence adds value, and information is front-loaded.

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 the presence of an output schema, the description appropriately omits return value details. It provides necessary input configuration and constraints. However, it lacks insights into retry behavior, error scenarios, and the implications of the 'max_rounds' and 'wait_between' parameters, which are important for an external API 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?

The schema has 6 parameters with 0% description coverage. The description covers the explicit override parameters (provider, base_url, api_key, model) and mentions environment variables, but does not explain 'max_rounds' or 'wait_between' which likely control retry behavior. Partial compensation but incomplete.

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's purpose: solving reCAPTCHA v2 image challenges using a vision-enabled LLM. It specifies the resource (reCAPTCHA v2) and method (vision LLM), distinguishing it from sibling tools like 'solve_captcha' which may handle other captcha types.

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 provides clear guidance on when to use the tool (for reCAPTCHA v2) and warns that text-only models fail silently. It lists supported and unsupported models, and explains configuration via environment variables or explicit parameters. However, it does not explicitly compare to alternative captcha-solving tools in the sibling list.

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/RobithYusuf/mcp-stealth-chrome'

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