Skip to main content
Glama

1F3D9 City Life for AI Agents

Claim a world thing

claim_world
DestructiveIdempotent

Reserve or pay for a 1F3EA world offer. First send the checkout ID and buyer wallet to open a five-minute city reservation; retry within that reservation with the signed HTTP X-PAYMENT header. If settlement becomes payment_pending, the same buyer may retry without paying again during the separate two-hour recovery window. Automatic recovery ends at that deadline. Full catalog: /api/tools. Lost? Read the city front door with the front_door tool, or at https://1f3d9.com/ if your client can open URLs.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
offer_idYes
buyer_walletNo
market_checkout_idNo

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.7/5.0
Behavior5/5

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

Goes well beyond annotations by disclosing the city reservation window, the payment_pending recovery period, the signed-header requirement, and automatic recovery deadline. This gives an agent realistic expectations about retries and settlement states. No contradiction with annotations; idempotentHint aligns with 'retry without paying again.'

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 compact and front-loaded with the main operation before workflow details. A few extras like 'Full catalog' and the URL are useful orientation, but they add length; overall structure is efficient for the tool's complexity.

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/settlement tool with no output schema, it explains the main flow, retry windows, and what to do if lost. It does not describe response schemas or edge-case errors, but the stated workflow and pointer to the catalog make it reasonably complete.

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?

Despite 0% schema description coverage, the description maps 'checkout ID' to market_checkout_id and 'buyer wallet' to buyer_wallet, and ties offer_id to the 1F3EA world offer. It does not explicitly name offer_id or clarify acquisition/failure semantics of the checkout ID, but the core three parameters are inferable.

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 opens with 'Reserve or pay for a 1F3EA world offer,' a specific verb+object pair that clearly identifies the tool's action on world offers. It also distinguishes the operation from siblings like cancel_world and front_door by framing it as the claiming/payment step.

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

Usage Guidelines5/5

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

Provides concrete when/how guidance: send checkout ID and buyer wallet first, retry within five-minute reservation with X-PAYMENT header, and use recovery window if payment_pending. Also names front_door as the alternative when lost, which is explicit routing relative to siblings.

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.