Skip to main content
Glama

Geolithic

claim

After the gavel: present your bid's exact fields and salt. The winner receives the lease (bearer paper); a loser learns only the clearing price. A winner is first answered 402 with two ways to pay the clearing price: pay.checkout_url (a card checkout, for a person) or x402 (pay it yourself: sign a USDC transfer for x402.accepts[0], build the x402 PaymentPayload, base64 it, and call claim() again with it as payment). The lease issues at once.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
addrYes
saltYes
startYes
paymentNo
amount_degreesYes

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. Changed1 schema field changed
    • addedInput schema / properties / payment
      Added value: +{
      +  "default": "",
      +  "title": "Payment",
      +  "type": "string"
      +}
  2. First observed

TDQS

A3.9/5.0
Behavior4/5

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

With no annotations, the description carries the behavioral burden. It discloses the first 402 response, the checkout_url vs x402 payment paths, the requirement to call claim() again with a base64 payment, and the immediate issuance of the lease. It does not cover failure modes or permission requirements, so 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.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is front-loaded with the core action and packs a complex payment protocol into a compact paragraph. It is dense and slightly jargon-heavy, but every sentence contributes necessary information without filler.

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?

For a complex tool with no annotations and no output schema, the description covers the critical two-step workflow, payment options, and outcome. The main gap is individual parameter explanation, but the instruction to present the bid's exact fields and salt partially compensates by pointing the agent back to the prior bid context.

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 input schema has 0% description coverage, so the description must compensate. It usefully labels the required fields as 'your bid's exact fields and salt' and explains the payment parameter as the base64 x402 PaymentPayload. However, it never defines addr, start, or amount_degrees individually, leaving meaningful ambiguity for an agent constructing the call.

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 opening phrase 'After the gavel: present your bid's exact fields and salt' clearly situates this tool as the post-auction claim step. The winner/lease language makes the resource and lifecycle stage clear, and it is distinguishable from siblings like bid and verify_lease, though the verb 'claim' is not restated.

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 gives explicit timing ('After the gavel') and explains that only a winner proceeds through the 402 payment flow. It also details the two payment routes and the need to call claim() again with the payment. It does not explicitly name alternatives or state when not to use the tool, so it stops short of a 5.

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