Skip to main content
Glama
playcrowns

crowns-mcp

Official
by playcrowns

get_war

Retrieve detailed war status including both sides, strikes, participant armies, readiness, and end conditions. Use war ID to get full conflict overview for strategy decisions.

Instructions

Inspect one war: both sides, windows, strikes so far, participants (committed_army visible only for YOUR side - read the enemy's through watchtowers), readiness, end state.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
war_idYesUUID of the war
api_keyYesYour Crowns API key
Behavior4/5

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

The description discloses a behavioral nuance: 'committed_army visible only for YOUR side - read the enemy's through watchtowers.' This goes beyond a simple getter and informs about data visibility restrictions. No annotations exist, so this transparency is valuable.

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

Conciseness5/5

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

The description is a single, concise sentence that lists key return items without unnecessary detail. It is well-structured and easy to parse, providing clear information in a compact format.

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?

Without an output schema, the description serves as the primary source for expected return data. It enumerates major components (both sides, windows, strikes, participants, readiness, end state) and adds nuance about participant visibility. It does not mention error handling or edge cases but covers the essential output comprehensively.

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?

The schema already provides clear descriptions for both parameters (war_id: 'UUID of the war', api_key: 'Your Crowns API key'). The description adds no additional parameter context, and with 100% schema coverage, the baseline score of 3 is appropriate.

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 clearly states the tool's purpose: 'Inspect war' and enumerates the specific data returned (both sides, windows, strikes, participants, readiness, end state). It distinguishes itself from sibling tools like get_wars (list) and get_war_offers by focusing on a single war's details.

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

Usage Guidelines3/5

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

The description implies usage for retrieving details of a specific war but does not explicitly state when to use it versus alternatives. It lacks explicit conditions or comparisons, though the sibling list suggests a distinct role. No direct 'use when' guidance is provided.

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