Skip to main content
Glama

Poke-MCP

random-pokemon-by-type

Retrieve a random Pokémon of a chosen type using the Poke-MCP server. Specify the Pokémon type (e.g., fire, water) to explore unexpected Pokémon options for your next adventure or team-building strategy.

Instructions

Get a random Pokémon of a specific type

Input Schema

NameRequiredDescriptionDefault
typeYesThe Pokémon type (e.g., fire, water, grass, etc.)

Input Schema (JSON Schema)

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

You must be authenticated.

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