igdb_get_game_details
Get full metadata for specific IGDB game IDs: summary, ratings, genres, companies. Cached results per ID; force refresh to pull latest ratings.
Instructions
Full text metadata for specific IGDB game ids (summary, ratings, genres, companies...).
Results are cached on disk per id. Set force_refresh=True to bypass the cache and pull fresh data for these ids (e.g. when the prompt asks for the latest ratings).
Args: ids: IGDB game ids (from igdb_search_games / igdb_lookup_by_steam_appid), max 50 per call. include_dlcs: Include ids that are DLC/expansions (excluded by default). force_refresh: Re-fetch from IGDB and overwrite the cached records for these ids.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ids | Yes | ||
| include_dlcs | No | ||
| force_refresh | No |