Skip to main content
Glama

calc_stats

Calculate final Pokémon stats based on level, IVs, EVs, and nature to optimize battle performance and team building.

Instructions

Cálculo de stats finales (nivel, IVs, EVs, naturaleza).

Input Schema

NameRequiredDescriptionDefault
evsNo
ivsNo
levelNo
nameYes
natureNoserious

Input Schema (JSON Schema)

{ "properties": { "evs": { "additionalProperties": { "type": "integer" }, "default": {}, "type": "object" }, "ivs": { "additionalProperties": { "type": "integer" }, "default": {}, "type": "object" }, "level": { "default": 50, "type": "integer" }, "name": { "type": "string" }, "nature": { "default": "serious", "type": "string" } }, "required": [ "name" ], "type": "object" }

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/EscasanN/MCP_Pokemon'

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