steam_list_games
List your owned Steam games with filters for installed status, name search, sorting, and pagination to retrieve detailed library information.
Instructions
List owned Steam games (thin: appid, name, playtime, last-played, installed).
Args: installed_only: Only games installed on THIS machine (requires local Steam). search: Case-insensitive substring match on the game name. sort: One of "playtime" (desc), "name" (asc), "last_played" (desc). limit: Page size (1-500). offset: Pagination offset.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sort | No | playtime | |
| limit | No | ||
| offset | No | ||
| search | No | ||
| installed_only | No |