Get Pokemon Info
get_pokemonRetrieve Pokemon data by name, including types, abilities, and base stats. Handles partial and misspelled names, listing candidate matches when ambiguous.
Instructions
Look up a Pokemon by name. Supports exact, partial, and misspelled names. Returns types, abilities, base stats, and other pokedex info. If the name is ambiguous, a list of candidate names is returned.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | Pokemon name, e.g. 'pikachu', 'pika', or even a typo like 'charmandr' |