You're viewing a demo portfolio

Join the waitlist
PRSM

subscribe_alerts

Active

Tool of SnowSure — Snow & Ski

declared in 3.12.7

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)"
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

SnowSure — Snow & Ski

https://github.com/mikeslone/snowsure-web

1/7 registries
View full server →