refresh_cache
Clear cached game library data to force a fresh fetch from Steam, Epic, or IGDB on the next call. Use when library or metadata may be stale after installing or purchasing games.
Instructions
Flush cached library/metadata data so the next call re-fetches from the network.
Use when data may be stale (e.g. "get the latest ratings/library" or after you've installed/bought games). Auth tokens are NOT cleared — this refreshes data, not login. For refreshing just a few specific games, prefer force_refresh on the igdb_* tools.
Args: target: Which caches to clear — "all" (default), "steam", "epic", or "igdb".
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| target | No | all |