get_pokemon
Look up a Pokémon battle form by name or ID and get its stats. If multiple forms match, receive a structured list of candidates instead of a guess.
Instructions
Look up one Pokemon battle form by name or internal id (e.g. "Mewtwo", "Giratina Origin", "MEWTWO_MEGA_X"). If the name matches more than one distinct battle form, returns a structured ambiguous_pokemon error listing every candidate instead of guessing.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes |