epic_list_games
Retrieve a page of owned Epic games, filter by installed status or title substring, include DLCs, and paginate results.
Instructions
List owned Epic games (thin: app_name, catalog_item_id, namespace, title, installed).
The first call warms a persistent catalog-metadata cache (titles + game/DLC categories), so it may be slow on a large library; subsequent calls are fast. Only a page is returned.
Args: installed_only: Only games installed here (via local Legendary/Heroic state). search: Case-insensitive substring match on the title. include_dlcs: Include DLC/add-on entries (excluded by default). limit: Page size (1-500). Use pagination for large libraries. offset: Pagination offset.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| offset | No | ||
| search | No | ||
| include_dlcs | No | ||
| installed_only | No |