Skip to main content
Glama

Poke-MCP

pokemon-query

Query detailed Pokémon information using natural language. Get answers about Pokémon types, regions, stats, and more with this tool integrated into the Poke-MCP server.

Instructions

Answer natural language Pokémon queries

Input Schema

NameRequiredDescriptionDefault
queryYesA natural language query about Pokémon

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "query": { "description": "A natural language query about Pokémon", "type": "string" } }, "required": [ "query" ], "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