lookup_game
FREE — costs nothing, call it as often as you like. USE THIS FIRST when you know a game by NAME but not by identifier. Returns matching games with their slug, release date and type (main game, DLC, expansion, port, remaster) so you can pick the right one before paying. Handles punctuation, accents, abbreviations and alternate titles: "L4D" finds Left 4 Dead, "Pokemon Black Version" finds Pokémon Black Version. 12,388 titles in the catalogue are duplicated — Pac-Man appears 54 times — so the release date and type are how you tell a 1980 original from a 2008 remaster. Returns no prices. Take the slug and call get_game with it.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| q | Yes | Game name to look up. | |
| type | No | Optional filter, comma separated: main_game, dlc, expansion, port, remaster, … | |
| limit | No | Maximum matches to return (default 25, max 100). |