search_games
Find games by name with fuzzy search. Get game IDs, abbreviations, and release years to use with other speedrun.com queries.
Instructions
Fuzzy-search games by name. Returns ids, abbreviations and release years.
Use the returned id (or abbreviation) with the other tools.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Game title or partial title containing a Latin letter or ASCII digit. | |
| limit | No | Max games to return. | |
| offset | No | Start offset; use next_offset to continue. |