get_app_details
Access complete store details for a Steam app, including price and metadata. No API key needed; just supply the app ID and optional country code.
Instructions
Get detailed store info for a Steam app. Uses the public Steam store API — no API key required.
Return Format
{"success": bool, "message": str, "data": {app details dict} | None}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| app_id | Yes | Steam App ID (e.g. 440 for Team Fortress 2). | |
| country | No | ISO 3166-1 alpha-2 country code for price info. | US |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||