steam_getOwnedGames
Retrieve a Steam player's owned games with total and recent playtime. Requires Steam ID and API key.
Instructions
Get a player's game library with playtime data. Shows all owned games, total playtime, and recent playtime. Requires STEAM_API_KEY.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| steamid | Yes | 64-bit Steam ID of the player (e.g. 76561197960435530) | |
| include_played_free_games | No | Include free-to-play games in results (default: true) | |
| include_appinfo | No | Include game name and icon info (default: true) |