get_player_summary
Retrieve a Steam player's public profile summary including persona name, online state, account creation date, country, and current game. Handles private profiles by limiting returned data.
Instructions
Fetch a player's public profile summary.
Returns persona name, online state, profile visibility, account creation date, country, and the game they're currently playing (if public). Private profiles return limited fields. Requires an API key.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| steam_id | Yes | A Steam account, in any form: a 17-digit SteamID64 (e.g. '76561197960287930'), a STEAM_1:0:11101 or [U:1:22202] id, a full profile URL, or a custom/vanity URL name (e.g. 'gabelogannewell'). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |