get_pokemon_list
Retrieve a paginated list of Pokemon by specifying the number and offset for browsing.
Instructions
Get a paginated list of Pokemon
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | The number of Pokemon to retrieve (default: 20) | |
| offset | No | The offset for pagination (default: 0) |