get_breeding_info
Summarizes a Pokémon's breeding info: egg groups, hatch steps, and egg moves. Pass a name or dex number and optionally a game to filter egg moves.
Instructions
Summarize breeding details for a Pokemon.
Args: name_or_dex: Pokemon name or national dex number. game: Optional game identifier for egg move filtering.
Returns: Breeding info including egg groups, hatch steps, and egg moves.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| game | No | ||
| name_or_dex | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| gender | Yes | ||
| pokemon | Yes | ||
| egg_moves | Yes | ||
| egg_groups | Yes | ||
| hatch_steps | Yes |