get_user_profile
Fetch a Steam user's profile data such as display name, avatar, online status, country, and profile URL using their 64-bit Steam ID.
Instructions
Steam 사용자 프로필을 조회합니다.
반환 데이터: 사용자명(personaname), 아바타 URL(avatarfull), 온라인 상태(personastate), 국가(loccountrycode), 프로필 URL(profileurl) 등을 포함합니다.
사용 예시: steam_id="76561198000000000"
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| steam_id | Yes | Steam 사용자의 64-bit ID입니다. 예: 76561198000000000. vanity URL(steamcommunity.com/id/xxx)이 있는 경우 먼저 resolve_vanity_url 도구로 변환하세요. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||