get_recently_played_games
Retrieve recently played games for a Steam user, including app IDs, names, two-week playtime, and total playtime. Pass a Steam ID and optional count (up to 50) to return the list.
Instructions
최근 플레이한 게임 목록을 조회합니다.
반환 데이터: 최근에 플레이한 게임들의 App ID, 이름, 최근 2주간 플레이시간, 총 플레이시간 등을 포함합니다.
사용 예시: steam_id="76561198000000000", count=10
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| count | No | 반환할 최근 게임 수입니다. 최대 50개까지 가능합니다. | |
| steam_id | Yes | 최근 플레이한 게임을 조회할 사용자의 64-bit Steam ID입니다. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |