suggest_moveset
Recommend a moveset for a given Pokémon in a specified game, returning ranked moves based on simple heuristics. Input the Pokémon's name or national dex number to get suggestions.
Instructions
Recommend a moveset for a Pokemon in a game.
Args: name_or_dex: Pokemon name or national dex number. game: PokeAPI game identifier to scope learnsets. limit: Maximum number of recommendations to return. include_tm: Whether to include TM moves.
Returns: Ranked move recommendations based on simple heuristics.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| game | Yes | ||
| limit | No | ||
| include_tm | No | ||
| name_or_dex | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| game | Yes | ||
| pokemon | Yes | ||
| recommendations | Yes |