get_inventory
Retrieve a player's inventory items for any Steam game using their Steam ID and app ID. Requires public profile access to view items.
Instructions
Get a player's inventory for any game (requires public profile)
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| steam_id | No | 64-bit Steam ID (optional if STEAM_ID env var is set) | |
| app_id | Yes | Steam application ID (e.g., 753 for Steam, 730 for CS2) | |
| context_id | No | Context ID (usually 2 for most games, 6 for Steam community items) | |
| count | No | Max items to return (default 75, max 5000) |