search_series
Find a video game series by partial name, get its series ID, and use that ID to list all games in the series.
Instructions
Fuzzy-search game series (e.g. 'Mario', 'Zelda') by name.
A series groups related games; pass a returned id to get_series to list
the games it contains.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Series title or partial title containing a Latin letter or ASCII digit. | |
| limit | No | Max series to return. | |
| offset | No | Start offset; use next_offset to continue. |