List Steam games
steam_library_listList, filter, and sort Steam library games with pagination and selective fields, excluding hidden games unless requested.
Instructions
List, filter and sort games in the Steam library. Returns a compact projection and is paginated - it never dumps the whole library. Hidden games are excluded unless hidden=true. Always check the returned 'total' before assuming you have seen everything.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tag | No | Store tag name, e.g. "Roguelike". | |
| kind | No | App type. | |
| sort | No | name | |
| limit | No | Max rows to return. | |
| order | No | asc | |
| fields | No | Fields to return. Default: appid, name, installed, playtimeMinutes, lastPlayed. | |
| hidden | No | Include only hidden (true) or only visible (false) games. Omitted means visible only. | |
| offset | No | Rows to skip, for paging. | |
| played | No | true = playtime above zero; false = never played. | |
| refresh | No | Bypass the cached library snapshot. | |
| favorite | No | ||
| installed | No | Only games installed on this machine. | |
| collection | No | Collection id or exact name to filter by. | |
| max_size_gb | No | ||
| min_size_gb | No | ||
| played_since | No | Only games played since then. ISO date or relative such as "30d", "6m", "2y". | |
| not_played_since | No | Only games not played since then. Includes never-played games. | |
| max_playtime_minutes | No | ||
| min_playtime_minutes | No | ||
| min_review_percentage | No |