Skip to main content
Glama

Pokédex MCP Server

by hollanddd

search_pokemon

Find Pokémon by entering a partial name to retrieve detailed information. Access stats, abilities, and more, enabling precise queries for Pokémon data.

Instructions

Search for Pokémon by partial name match

Input Schema

NameRequiredDescriptionDefault
queryYesPartial name to search for

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "query": { "description": "Partial name to search for", "minLength": 1, "type": "string" } }, "required": [ "query" ], "type": "object" }

Other Tools from Pokédex 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/hollanddd/pokedex-mcp'

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