Skip to main content
Glama

Poke-MCP

random-pokemon-from-region

Generate a random Pokémon from a specified region like Kanto, Johto, or Hoenn using a dedicated tool that fetches data from the PokeAPI for easy discovery.

Instructions

Get a random Pokémon from a specific region

Input Schema

NameRequiredDescriptionDefault
regionYesThe Pokémon region (e.g., kanto, johto, hoenn, etc.)

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "region": { "description": "The Pokémon region (e.g., kanto, johto, hoenn, etc.)", "type": "string" } }, "required": [ "region" ], "type": "object" }

Other Tools from Poke-MCP

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/NaveenBandarage/poke-mcp'

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