list_games
Browse and filter games in your Lutris library using criteria like runner, platform, installed status, or search terms, with pagination for large collections.
Instructions
List and filter games in the Lutris library with pagination
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| runner | No | Filter by runner (e.g. steam, wine, linux) | |
| platform | No | Filter by platform | |
| installed | No | Filter by installed status | |
| category | No | Filter by category name | |
| search | No | Search by name or slug | |
| service | No | Filter by service (e.g. steam) | |
| limit | No | Results per page | |
| offset | No | Offset for pagination | |
| sort_by | No | Sort column | name |
| sort_order | No | Sort direction | asc |