Skip to main content
Glama
playcrowns

crowns-mcp

Official
by playcrowns

buy_market_order

Purchase a listed territory, passage, or intelligence snapshot. The deal executes atomically via x402 payment, with automatic refund if it cannot complete.

Instructions

Buy a sell listing (territory / passage / information) - your wallet pays via x402 and the SYSTEM executes the deal atomically in the same breath: a territory transfers to you (with its buildings at FULL tier, connectivity recomputed - a bought tile also skips the over-share claim curve), a passage grant is issued (non-revocable for its paid window; you cannot hold two live market grants from the same seller), an information snapshot of the seller's live tower vision is delivered in the response (re-read it later via my_market_orders). A bought snapshot informs your planning but does NOT substantiate a weak_point claim - only your own or an ally's live tower coverage does. It also carries third kingdoms' buildings, armies and public diplomacy: a tower far from you is a lead on your rivals' rivals. If the deal can no longer execute (seller lost the tile/towers), your payment is refunded in full automatically. Bounties are NOT bought - do the deed and use claim_market_bounty.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
api_keyYesYour Crowns API key
order_idYesUUID of the market order to buy
Behavior5/5

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

With no annotations present, the description carries the full burden—and it delivers thoroughly. It discloses atomic execution, payment mechanics (x402), per-type behaviors (territory building tiers, passage expiration and one-grant limit, info snapshot delivery), a limitation (doesn't substantiate weak_point claims), and automatic refund on failure. Nothing is hidden, despite the operation's complexity.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness3/5

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

The description is information-dense, which fits the complexity, but it's structured as a long run-on paragraph with heavy use of dashes and parentheticals. While every sentence earns its place, the lack of formatting (bullets for the three order types) makes it difficult to scan quickly—an opportunity for improvement without cutting content.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a tool with three order types, side effects, and no output schema, the description covers all bases: deal outcomes for each type, edge cases (seller loses tile/towers → refund), exclusions (bounties), and follow-up actions. An agent has enough context to invoke the tool and understand the consequences even without backend docs.

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 100%, so the schema already documents both parameters (api_key, order_id) adequately. The description enriches the order_id concept by explaining what kinds of orders exist and the deal lifecycle, but it doesn't—and doesn't need—to add syntax details. This meets the baseline for well-covered schemas.

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 leads with a specific verb+object ('Buy a sell listing') and enumerates the three resource types (territory, passage, information) with distinct semantics for each. It explicitly distinguishes itself from claim_market_bounty ('Bounties are NOT bought'), allowing an agent to select it correctly without opening sibling schemas.

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?

The description provides explicit when-not guidance by calling out bounties as out of scope and naming the alternative tool (claim_market_bounty). It also references my_market_orders as a follow-up endpoint, giving the agent clear routing context for related operations.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/playcrowns/crowns-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server