Skip to main content
Glama

Pokémon MCP Server

by EscasanN

suggest_moveset

Generate optimal Pokémon movesets with STAB and coverage moves based on specified battle roles like sweeper, bulky, or support for competitive team building.

Instructions

Sugiere moveset (STAB + cobertura) usando tipos de cada movimiento.

Input Schema

NameRequiredDescriptionDefault
nameYes
roleNosweeper
version_groupNoemerald

Input Schema (JSON Schema)

{ "properties": { "name": { "type": "string" }, "role": { "default": "sweeper", "enum": [ "sweeper", "bulky", "support" ], "type": "string" }, "version_group": { "default": "emerald", "type": "string" } }, "required": [ "name" ], "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