get_moves
Retrieve the moves a Pokemon can learn in a given game. Provide the Pokemon name or dex number and the game to get the learnset.
Instructions
List the learnset for a Pokemon in a specific game.
Args: name_or_dex: Pokemon name or national dex number. game: PokeAPI game identifier (e.g., "scarlet-violet").
Returns: Moves the Pokemon can learn in the requested game.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| game | Yes | ||
| name_or_dex | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |