steam_get_recently_played_games
Retrieve a Steam user's recently played games from the last two weeks, including playtime details.
Instructions
List games a Steam user has played in roughly the last two weeks.
Args: params (RecentlyPlayedInput): Validated input containing: - steam_id (Optional[str]): SteamID64; falls back to STEAM_ID env var. - count (Optional[int]): Max games to return (1-50, default 10). - response_format (ResponseFormat): 'markdown' or 'json'.
Returns: str: Markdown or JSON listing recent games with 2-week and total playtime, or an "Error: ..." string.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |