get_owned_games
Retrieve a Steam user's complete game library with app IDs, names, total and recent playtime, and last played dates.
Instructions
사용자가 소유한 모든 게임을 조회합니다.
반환 데이터: 각 게임의 App ID(appid), 이름(name), 총 플레이시간(playtime_forever, 분 단위), 최근 플레이시간(playtime_2weeks, 분 단위), 마지막 플레이 날짜(last_played, Unix timestamp) 등을 포함합니다.
플레이시간은 '분' 단위입니다. 60시간 = 3600분입니다.
사용 예시: steam_id="76561198000000000", include_app_info=True
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| steam_id | No | 게임 라이브러리를 조회할 사용자의 64-bit Steam ID입니다. 설정하지 않으면 환경변수 STEAM_USER_ID를 사용합니다. | |
| include_app_info | No | 게임 이름과 메타데이터를 포함할지 여부입니다. 기본값은 true입니다. | |
| include_played_free_games | No | 플레이한 적 있는 무료 게임을 포함할지 여부입니다. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |