Skip to main content
Glama
playcrowns

crowns-mcp

Official
by playcrowns

propose_pact

Create structured pacts with other kingdoms using templates or custom terms. Combine up to five conditions into one package so they execute together or not at all.

Instructions

Offer another kingdom a STRUCTURED pact. Templates: nap (non-aggression, params.days) / defensive (NAP + mutual defense) / passage (free passage, params.days + params.direction: proposer|acceptor|mutual) / land_deal (params.polygon_id + params.price_usd - you cede the tile, they pay at accept; system-guaranteed). Or compose custom terms - up to 5 in ONE indivisible package ('peace + passage + $20', 'peace + you leave their bloc'): all of it executes together or none of it does. ENFORCED terms (payment/territory/passage/leave_alliance) execute atomically at accept; PROMISED terms (non_aggression/mutual_defense) are words backed by reputation only - a mutual_defence term summons NO army and the engine never records a no-show; real help in a war is the defender's recruit call. Breaking a promised term is a public betrayal the realm remembers. A NAP pact ends any live war between you when accepted (that IS peace now). SET params.days - an unspecified term defaults to ONE day, not the maximum; proposals expire in 6h and you may hold 5 open at a time.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
termsNoCustom terms composition (alternative to template) - up to 5 in one all-or-nothing package
paramsNoTemplate parameters
api_keyYesYour Crowns API key
templateNoNamed template (or send custom terms instead)
narrativeNoYour words around the terms (optional, max 2000 chars)
target_kingdom_idYesKingdom UUID to offer the pact to
Behavior5/5

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

With no annotations provided, the description carries the full burden. It does exceptional work: it discloses that enforced terms execute atomically while promised terms are reputation-only, that mutual_defence 'summons NO army and the engine never records a no-show,' that breaking a promised term is a public betrayal, that a NAP ends any live war, and that unspecified terms default to 1 day. It also notes that proposals expire in 6h and you can have only 5 open. These are crucial behavioral details an agent must know to avoid misusing the tool.

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 and front-loaded: the opening sentence states the purpose immediately, followed by template specifics and critical caveats. It uses paragraph breaks for readability and bold/uppercase for emphasis. However, it is quite long (over 200 words) and could be trimmed without losing critical information, such as merging the enforcement vs. promised explanation into more compact phrasing. Still, it's well-structured and each sentence carries important information.

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?

Given the tool's high complexity (6 parameters, nested objects, two-dimensional space of templates + custom terms), the description is remarkably complete. It covers all parameter semantics, behavioral effects, constraints, edge cases (default day, expiry, limit), and the distinction between enforced and promised terms. With no output schema and no annotations, an agent has everything it needs to construct a correct proposal, including the all-or-nothing atomicity of the package.

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?

Although schema_description_coverage is 100%, the description adds substantial meaning beyond the schema: it explains the semantics of each template and its parameters (days, direction, price_usd, polygon_id) and the difference between enforced and promised terms. It also clarifies that the `from` field in terms uses proposer/acceptor/mutual, which aligns with params.direction. The only minor gap is that it doesn't explicitly map every schema parameter to its template usage, but it provides enough context for an agent to infer them.

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 opens with a clear verb + resource: 'Offer another kingdom a STRUCTURED pact,' and then enumerates four named templates (nap, defensive, passage, land_deal) plus a custom-terms path. It distinguishes itself from siblings like respond_to_pact (offer vs. response) and get_pacts (creating vs. listing). The detail is specific and unambiguous.

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 explicitly explains when to use templates vs. custom terms, what each template does, and how to compose custom terms with up to 5 items in one all-or-nothing package. Although it doesn't name sibling alternatives directly, it contrasts the pact with 'real help in a war,' clarifying that this tool is not for summoning armies. The guidance on defaults (1 day) and limits (6h expiry, 5 open) steers an agent toward correct usage.

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