Skip to main content
Glama

captcha.cc Human Verification

Make Widget Snippet

make_widget_snippet
Read-onlyIdempotent

Return a minimal browser SDK snippet for mounting captcha.cc and submitting the proof token to an application endpoint.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
form_idNoForm id to attach submit handling to.contact-form
site_keyYesPublic captcha.cc site key, for example pk_live_xxx.
element_idNoDOM element id where the widget should mount.captcha
submit_pathNoApplication endpoint that receives the proof token./submit-form

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4/5.0
Behavior4/5

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

Annotations already declare readOnlyHint=true, idempotentHint=true, and destructiveHint=false. The description adds functional context by explaining that the snippet mounts the widget and submits the proof token, which is consistent with a read-only code generation tool. However, it does not disclose edge cases or limitations (e.g., snippet language or integration steps), though this is minor for a simple generator.

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 a single sentence that is concise and front-loaded with the primary action. Every word adds value, with no redundancy or filler. It is appropriately sized for the tool's simplicity.

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 simple nature of the tool and the absence of an output schema, the description adequately states what is returned (a snippet) and what it does. The 100% schema coverage for parameters means the description need not elaborate on parameter usage. It is complete for a code generation tool, though it could arguably mention prerequisites or output format, but those are not critical.

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 clear descriptions for site_key, form_id, element_id, and submit_path. The tool description itself provides no parameter-level details, but the schema fully covers meaning, so the baseline of 3 applies.

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 uses a specific verb ('Return') and clearly identifies the resource ('minimal browser SDK snippet') and its function ('mounting captcha.cc and submitting the proof token'). This distinguishes it from siblings like create_challenge (server-side challenge creation) and make_siteverify_request (server-side verification).

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description implies usage—when you need a client-side snippet to mount the widget and submit proof tokens—but it does not explicitly state when NOT to use it or mention alternative sibling tools. There is no exclusion or direct comparison, so guidance is only implied.

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