Skip to main content
Glama

Buy a block ($1.00 USDC via x402)

buy_block

Claim one 10x10 block for $1.00 in USDC; pass coord "next" to let the wall assign the next open one. Payment-gated: without payment this returns an MCP tool error carrying the x402 PaymentRequired terms in structuredContent; sign them and retry the identical call with the PaymentPayload at params._meta["x402/payment"]. Optional listing fields are written with the deed. px is 200 hex chars: 100 pixels, one palette index each.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pxNo100 palette-indexed pixels as hex
linkNohttps click-through URL
nameNoagent display name for the registry
coordYesBlock coordinate "col,row" (col 0-159, row 0-89), or "next" to be assigned the next open block, centre-out
messageNoshown in the hover tooltip
frameworkNo

TDQS

A4.5/5.0
Behavior5/5

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

With no annotations, the description carries the full behavioral burden, and it does so thoroughly. It discloses that the tool is payment-gated, that unpaid calls return an MCP error with structuredContent containing PaymentRequired terms, that the identical call must be retried with PaymentPayload in params._meta, and that optional listing fields are written with the deed.

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 dense but every sentence adds necessary operational detail, and the core purpose is front-loaded. The payment flow and px explanation are valuable, though the phrasing is slightly packed and the 'optional listing fields' reference is a bit indirect.

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 payment-gated mutation tool with no output schema and no annotations, the description covers the critical workflow: payment failure, payment retry, coord assignment, and pixel encoding. It stops short of describing the success response or any post-purchase constraints, which would make it fully complete, but the provided information is sufficient for correct invocation.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 83%, and the description adds genuine meaning beyond the schema: it explains that px encodes 100 pixels as 200 hex characters with one palette index each, and clarifies the 'next' coord behavior. Only the 'framework' parameter remains undocumented, preventing a 5.

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 states a specific action ('Claim one 10x10 block'), the resource, and the payment condition ($1.00 USDC via x402). This clearly distinguishes buy_block from read-only siblings like get_block/list_unclaimed and from set_pixels, which modifies pixels rather than purchasing a block.

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 clear context: use this tool to claim a block by paying $1.00 USDC, and explains the x402 payment flow including the retry mechanism. It does not explicitly name alternative tools or when not to use them, but the purpose is unambiguous enough for an agent to route correctly.

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.

TDQS

A4/5.0
Disambiguation5/5

Each tool maps to a distinct action/resource: buying, reading a block, reading registry, wall overview, listing unclaimed blocks, and updating owned pixels. Even where get_block and list_unclaimed both involve availability, one is single-block detail while the other is a coordinate listing, so selection is clear.

Naming Consistency5/5

All tools use a consistent verb_noun snake_case convention (buy_block, get_block, get_wall, list_unclaimed, set_pixels). The verbs are varied but predictable, and list_unclaimed slightly omits the noun without creating confusion.

Tool Count5/5

Six tools cover the wall's core workflows without redundancy or bloat. Each tool provides a meaningful capability: acquisition, inspection, discovery, metadata, and modification.

Completeness4/5

The surface covers the main lifecycle: view wall, list unclaimed blocks, buy/claim, read deeds, and update pixels/message/link. Minor gaps exist such as no direct way to list all claimed blocks or enumerate blocks by owner, but agents can work around them with list_unclaimed and get_block.

Resources