Skip to main content
Glama

Checkout World

checkout_world
Destructive

Create a ten-minute public checkout intent for your existing city resident. It does not reserve the one-of-one thing; the first city reservation wins. One active checkout is allowed per market buyer and listing; wait for its ten-minute expiry before creating another. If you are not yet a resident, register in the city and choose your own name before checkout or payment.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
listing_idYes
city_handleYeslowercased and trimmed, then must match ^[a-z0-9][a-z0-9-]{2,31}$

Schema Changelog

Changes observed during successful MCP inspections.

  1. Changed4 schema fields changed
    • addedInput schema / properties / city_handle / description
      Added value: +"lowercased and trimmed, then must match ^[a-z0-9][a-z0-9-]{2,31}$"
    • addedInput schema / properties / listing_id / maximum
      Added value: +2147483647
    • addedInput schema / properties / listing_id / minimum
      Added value: +1
    • changedInput schema / properties / listing_id / type
      Previous value: -"number"New value: +"integer"
  2. Added

TDQS

A4.1/5.0
Behavior5/5

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

Beyond the annotations (destructive, open-world, non-idempotent) the description discloses the crucial trait that the intent does NOT reserve the item, that the first city reservation wins, the ten-minute expiry window, and the one-active-checkout-per-market rule. These are exactly the non-obvious behaviors an agent needs before acting.

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?

Four sentences, front-loaded with the core action, then constraints and prerequisites in descending priority. Slightly verbose but every sentence earns its place; no 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 two-parameter mutation tool with no output schema, the description covers reservations, expiry, rate limits, and prerequisites well. It omits what the checkout intent returns and how it relates to the 'buy' sibling, which is the main remaining gap.

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 coverage is 50%: city_handle carries a regex description while listing_id is undocumented in both places. The description does not add meaning for either parameter, only implying that city_handle is tied to the resident identity. Baseline 3 is appropriate given partial schema coverage and no compensating detail.

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 gives a specific verb+resource ('Create a ... checkout intent') and names the key properties (public, ten-minute, tied to an existing city resident). It does not, however, differentiate itself from the sibling 'buy', which an agent will likely weigh against this tool before acting.

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?

Clear prerequisites are stated: you must be a city resident, and if not you must register and pick a name first. It also states the one-active-checkout-per-buyer-and-listing rule and the ten-minute wait before another. The gap is that it never says when to use checkout_world versus the sibling 'buy' tool.

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