get_own_profile
Retrieve the player summary for your configured Steam account, including profile details and stats. Uses your Steam API key and Steam ID.
Instructions
Get the player summary for the configured Steam account.
Requires STEAM_API_KEY and STEAM_ID to be set.
Return Format
{"success": bool, "message": str, "data": {"player": {...}} | None}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||