Skip to main content
Glama

Pokémon MCP Server

by EscasanN

get_learnset

Retrieve Pokémon move learnsets by version group and learning method to build optimal movesets for battles and team planning.

Instructions

Learnset por version_group y método.

Input Schema

NameRequiredDescriptionDefault
methodNoall
nameYes
version_groupNoemerald

Input Schema (JSON Schema)

{ "properties": { "method": { "default": "all", "type": "string" }, "name": { "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