get_series
Look up a speedrun.com series by ID or abbreviation to see its details and games; paginate results and use returned game IDs for subsequent category and leaderboard queries.
Instructions
Get a series' details and (by default) the games it contains.
The returned game ids/abbreviations feed the other tools (get_game,
list_categories, get_leaderboard).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| series | Yes | Series id or abbreviation. | |
| game_limit | No | Max games to list. | |
| game_offset | No | Start offset for the games page. | |
| include_games | No | Also list the games in the series. |