subscribe_alerts
ActiveTool of SnowSure — Snow & Ski
Subscribe the signed-in user to snow alerts. Requires a SnowSure user access token (OAuth). type: 'powder' (OBSERVED fresh snow >= thresholdCm in 24h), 'forecast' (the 14-day FORECAST clears thresholdCm within windowDays — the proactive 'tell me when a powder trip is forming' watcher), 'opening' (resort opens for the season), or 'bluebird' (powder day then clear skies).
Parameters schema
{
"type": "object",
"required": [
"type"
],
"properties": {
"type": {
"enum": [
"powder",
"opening",
"bluebird",
"digest",
"forecast"
],
"type": "string",
"description": "Alert type"
},
"scope": {
"type": "string",
"description": "Resort slug, or 'any' for all resorts (default 'any')"
},
"channel": {
"enum": [
"email",
"push"
],
"type": "string",
"description": "Delivery channel (default email)"
},
"windowDays": {
"type": "number",
"description": "forecast alerts only: scan the next N days of forecast (1–14, default 14)"
},
"thresholdCm": {
"type": "number",
"description": "Snow threshold in cm — fresh-snow for powder (default 15), 14-day forecast total for forecast (default 30)"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
SnowSure — Snow & Ski
https://github.com/mikeslone/snowsure-web
1/7 registries