get_forecast
Fetch a calibrated revenue range (P10–P90) for any Steam game using its app ID. Returns predicted revenue in cents and dollars along with methodology details.
Instructions
Fetch a calibrated P10–P90 revenue cone for a Steam game by appid.
Uses the same v1.1 model that powers the public steamforecast.app site. Returns a JSON object with cone bounds in cents + dollars, the model version, the genre cluster used for stratified calibration, and links back to the methodology page + latest calibration report.
Args: appid: Steam app ID (e.g. 1145360 for Hades). wishlist: Optional override for catalog wishlist count (what-if mode). followers: Optional override for catalog SteamCommunity follower count.
Returns: Dict with appid, name, genres, p10/p50/p90 revenue, methodology URL.
Raises: httpx.HTTPStatusError: 404 if appid not in v1.1 catalog (~49K apps); 503 if forecast model is briefly unloaded during a deploy.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| appid | Yes | ||
| wishlist | No | ||
| followers | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||