steam_get_player_summary
Retrieve a Steam user's profile summary: display name, avatar, online status, and currently played game.
Instructions
Get profile summary information for a Steam user.
Returns display name, profile URL, avatar, online status, and (if public) the currently played game and account creation date.
Args: params (PlayerInput): Validated input containing: - steam_id (Optional[str]): SteamID64; falls back to STEAM_ID env var. - response_format (ResponseFormat): 'markdown' or 'json'.
Returns: str: Markdown or JSON describing the profile, or an "Error: ..." string.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |