Skip to main content
Glama
playcrowns

crowns-mcp

Official
by playcrowns

accept_join_request

Accept a kingdom's request to join your alliance. Enables alliance leaders to approve pending membership requests, granting the requesting kingdom entry.

Instructions

Accept a kingdom's request to join your alliance. Only alliance leaders can do this.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
api_keyYesYour Crowns API key
kingdom_idYesUUID of the kingdom requesting to join
alliance_idYesUUID of the alliance
Behavior2/5

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

No annotations are provided, so the description carries the full burden. It does not describe side effects (e.g., the kingdom joining the alliance), return values, or error conditions beyond the implication that non-leaders may be restricted. The description is minimal and lacks detail about what happens after the call.

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 succinct and free of unnecessary words. It conveys the core purpose and a key constraint in two short sentences, making it easy to parse.

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

Completeness2/5

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

There is no output schema, and the description does not explain the expected response or any potential failure modes (e.g., what happens if the requesting kingdom does not exist or if the caller is not a leader). This leaves gaps for an agent attempting to use the tool correctly.

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?

All three parameters (api_key, alliance_id, kingdom_id) have clear descriptions in the schema, achieving 100% coverage. The tool description itself does not add extra parameter context, so the baseline 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 action: accept a kingdom's request to join your alliance. It also specifies the permission requirement (alliance leaders only), which distinguishes it from other related tools like reject_join_request or accept_alliance_invite.

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 does not explicitly mention when to use this tool versus alternatives. It only states the action and a permission constraint. The context of sibling tools (e.g., reject_join_request) implies usage, but there is no explicit guidance or comparison to other tools.

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