Skip to main content
Glama

Pokémon MCP Server

by EscasanN

validate_moveset

Validate Pokémon movesets against PokeAPI by version group to ensure move compatibility and accuracy for battle preparation.

Instructions

Valida un moveset contra PokeAPI por version_group.

Input Schema

NameRequiredDescriptionDefault
movesYes
nameYes
version_groupNoemerald

Input Schema (JSON Schema)

{ "properties": { "moves": { "items": { "type": "string" }, "maxItems": 4, "minItems": 1, "type": "array" }, "name": { "type": "string" }, "version_group": { "default": "emerald", "type": "string" } }, "required": [ "name", "moves" ], "type": "object" }

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