Skip to main content
Glama
hahastudio

pokemon-battle-mcp

by hahastudio

Check damage matchup

check_damage_matchup

Calculate forward damage for a Pokémon matchup using provided attacker, defender, and move. Convert Champions SP to standard EVs to assess whether a move knocks out or leaves the defender.

Instructions

Run a forward damage calculation with Pokémon Champions SP converted to standard EVs. For build questions, first call get_pokemon_options for each Pokémon and use the returned canonical forme/build when available; item choices are accepted as provided and are not legality-validated.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
moveYes
contextNo
attackerYes
defenderYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
koChanceYes
damageRangeYes
damageRollsYes
descriptionYes
damageRollRatiosYes
inputCorrectionsNo
modifierBreakdownYes
Behavior4/5

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

With no annotations, the description discloses key behavior: SP conversion to standard EVs and that item legality is not validated. It doesn't mention side effects or error handling, but this is a pure calculation, and output schema covers return values. The description adds value beyond the schema by explaining the conversion.

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 concise, with two sentences: the first states the purpose, the second gives a usage guideline and a caveat. No redundant information.

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?

The description covers the core purpose, a suggested workflow, and a legality caveat. Given the rich input schema (which documents parameters and nested objects) and the presence of an output schema, this is adequate. It could mention format or that it's read-only, but those are less critical.

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 tool description does not enumerate parameters, but it clarifies that 'Pokémon Champions SP' is used and that item choices are accepted as provided, which gives context for the `sp` and `item` fields. The move and context parameters are not addressed. Since the input schema itself has detailed descriptions for each property, the base coverage is decent, but the tool description only partially compensates given the 0% schema_description_coverage.

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 performs a forward damage calculation with a specific EV conversion, using a verb ('Run') and resource ('damage calculation'). It distinguishes from siblings like calculate_stats by focusing on damage matchup, and the name reinforces it.

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

Usage Guidelines4/5

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

It explicitly instructs to call get_pokemon_options first for build questions and use canonical formes/builds, providing an alternative workflow. It also notes item choices are accepted as provided and not legality-validated, giving context. However, it doesn't explicitly state when not to use this tool versus other damage/stat 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/hahastudio/pokemon-battle-mcp'

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