Skip to main content
Glama
mmadersbacher

castle-clash-mcp

hero_complete

Retrieve a hero's complete record including combat stats, evolution bases, level curves, skills, totem, and icon from Castle Clash.

Instructions

The COMPLETE hero record: combat stats, base per evolution, full level curves (Ord/Evo1/Evo2 1-80), main skill per level, totem skill, icon. The authoritative all-in-one hero entry.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
heroYes

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observedv0.1.0

TDQS

A3.5/5.0
Behavior4/5

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

With no annotations provided, the description carries the behavioral disclosure burden. It enumerates exactly what the record includes: combat stats, base per evolution, full level curves for forms 1-80, main skill per level, totem skill, and icon. This gives an agent a solid picture of the tool's output without needing an output schema.

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 one compact, front-loaded sentence that lists the key contents immediately. Each phrase adds substantive information, with only minor redundancy between 'authoritative' and 'all-in-one.'

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

Completeness3/5

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

The description gives a good inventory of return fields, which matters since there is no output schema or annotations. However, it omits parameter format guidance and does not clarify which sibling tools cover narrower use cases, leaving some contextual ambiguity for an agent choosing among hero_complete, get_hero, hero_stats, and hero_sheet.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters2/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The input schema has one required 'hero' string with no description, and schema description coverage is 0%. The description never explains what value 'hero' should take—whether a name, ID, alias, or display name—nor how to format it. This is a notable gap for a tool with a single critical parameter.

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 clearly identifies a comprehensive, single-hero resource and enumerates its contents (combat stats, evolution bases, level curves, skills, icon). It is distinguishable from narrower siblings like hero_stats, totem_skill, and get_hero, though it does not explicitly name them or use a specific verb.

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 phrase 'authoritative all-in-one hero entry' implies this tool is for cases where the full hero record is needed, but the description does not explicitly state when to use it versus alternatives such as hero_stats, totem_skill, or get_hero. No when-not-to-use or alternative routing is provided.

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

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/mmadersbacher/castle-clash-mcp'

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