Skip to main content
Glama

Pokémon MCP Server

by t-daiki96

get_pokemon_images

Retrieve Pokémon sprite images including front/back views, shiny variants, and official artwork by entering a Pokémon name or ID number.

Instructions

ポケモンのスプライト画像(前面、後面、色違い、公式アートワーク)を取得

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