Skip to main content
Glama

Pokémon MCP Server

by t-daiki96

get_pokemon_stats

Retrieve base Pokémon statistics including HP, attack, defense, special attack, special defense, and speed by providing a Pokémon name or ID number.

Instructions

ポケモンの基礎ステータス(HP、こうげき、ぼうぎょ、とくこう、とくぼう、すばやさ)を取得

Input Schema

NameRequiredDescriptionDefault
pokemonYesポケモン名またはID番号

Input Schema (JSON Schema)

{ "properties": { "pokemon": { "description": "ポケモン名またはID番号", "type": "string" } }, "required": [ "pokemon" ], "type": "object" }

Other Tools from Pokémon MCP Server

Related Tools

    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/t-daiki96/poke_mcp'

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