Skip to main content
Glama

Solve GeeTest v3

capskip_solve_geetest

Solve a GeeTest v3 slide-puzzle captcha and return geetest_challenge, geetest_validate, and geetest_seccode. Use a fresh challenge; it expires in about a minute.

Instructions

Solve a GeeTest v3 slide-puzzle captcha. Returns geetest_challenge, geetest_validate, and geetest_seccode to post back exactly as the site's own front-end would. IMPORTANT: the challenge value is single-use and expires in roughly a minute, so fetch gt and challenge from the page immediately before calling. A stale challenge is the most common failure.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
gtYesThe gt value. Static per site, so it can be reused.
urlYesFull URL of the page the captcha appears on, including scheme.
proxyNoSolve through this proxy so the answer is produced from its IP.
timeoutNoSeconds to wait before giving up. Maximum 600.
challengeYesThe challenge value. Single-use and expires in about a minute — fetch a fresh one immediately before calling this.
api_serverNoA non-default GeeTest API domain, e.g. 'api-na.geetest.com'.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
codeYes
seccodeNo
validateNo
captchaIdYes
challengeNo
solveSecondsYes
Behavior4/5

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

No contradiction with annotations (readOnlyHint=false, destructiveHint=false). Description adds valuable behavioral context beyond annotations, such as single-use challenge expiry, the need for immediate fetching, and that results should be posted back like the site's own front-end. This enhances transparency about failure modes and usage constraints.

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?

Description is three sentences, front-loaded with the core action and return values. It includes an important usage warning without unnecessary elaboration, making every sentence purposeful.

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 six parameters, output schema, and annotations, the description covers the key operational context: what the tool solves, what returns, and the critical freshness requirement. It does not discuss proxy usage or timeout, but those are well-documented in the schema, so the description is sufficiently complete for typical use.

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%, with detailed descriptions for all 6 parameters. The description reinforces the challenge freshness warning and gt reuse but adds minimal new meaning beyond the schema. Baseline of 3 is appropriate since the schema does the heavy lifting.

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?

Description clearly states 'Solve a GeeTest v3 slide-puzzle captcha', naming the specific captcha type and resource. It also specifies return values (geetest_challenge, geetest_validate, geetest_seccode), distinguishing it from sibling captcha-solving tools like reCAPTCHA and Turnstile.

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?

Provides explicit operational guidance: 'fetch gt and challenge from the page immediately before calling' and warns that a stale challenge is the most common failure. It does not explicitly contrast with alternative siblings, but the captcha-type-specific name and description give clear context for when this tool is appropriate.

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/capskip/capskip-mcp'

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