igdb_search_games
Find games in IGDB by name and return their ID, release year, and basic info. Useful for locating a game before fetching full details.
Instructions
Search IGDB by name (thin: id, name, release_year). Use igdb_get_game_details for more.
Args: query: Free-text game name to search for. include_dlcs: Include DLC/expansion results (excluded by default). limit: Page size (1-500, IGDB default 10). offset: Pagination offset.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| query | Yes | ||
| offset | No | ||
| include_dlcs | No |