Search Games
search_gamesSearch the Speedrun.com database for games by name. Returns matching games with their ID (needed for get_categories and get_leaderboard), abbreviation, release year, and weblink. Example: search_games({ query: "super mario 64", max: 5 })
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| max | No | Maximum number of games to return (default 10) | |
| query | Yes | Game name or keyword to search for, e.g. "super mario 64", "celeste" | |
| _apiKey | No | Optional speedrun.com API key for authenticated access; omit to use the shared platform key |