Skip to main content
Glama

webcap_trial_claim_capture

FREE (one per wallet): a real full PNG screenshot plus its public artifact URL, no payment. Claim it before buying webcap_capture.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
urlYesAbsolute http(s) URL to fetch
payerYesYour lowercase 0x EVM address
signatureYesEIP-191 personal_sign of exactly "Claim one free webcap trial {endpoint} for {payer}", with {payer} lowercase. A repeat claim answers 409 with a paidNext pointer.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A3.8/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. It does disclose key behavioral traits: the operation is free, limited to one per wallet, and returns a PNG screenshot with a public artifact URL. However, it does not mention that the claim consumes the wallet's trial entitlement, requires a valid signature, or what happens on repeated claims—though the signature parameter schema partially covers the repeat-claim 409 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 extremely compact and front-loaded. The first sentence conveys the free offer, the quota, the output format, and the artifact URL. The second sentence gives the usage sequence relative to the paid sibling. Every word earns its place.

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 3-parameter schema and no output schema, the description provides the essential return value (full PNG screenshot and public artifact URL), the quota constraint (one per wallet), and the payment status (free). It does not enumerate all failure modes, but the schema's signature description already covers repeat-claim behavior. This is sufficient for an agent to select and invoke the tool correctly.

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%, so the schema already fully documents url, payer, and signature. The description adds no parameter-level detail, which is acceptable given the baseline of 3 for complete schema coverage.

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 identifies the deliverable: a real full PNG screenshot plus a public artifact URL, with no payment. It distinguishes itself from the paid sibling webcap_capture by framing this as the free trial claim. It does not explicitly state the verb 'capture', but the tool name and screenshot output make the action clear.

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?

It gives explicit usage context: this is the free one-per-wallet trial and should be claimed before buying webcap_capture. It also implies that the paid sibling is the alternative for repeat or paid capture needs. It does not address other trial_claim siblings, but the core when-to-use guidance is present.

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.