You're viewing a demo portfolio

Join the waitlist
PRSM

plan_ski_road_trip

Active

Tool of SnowSure — Snow & Ski

declared in 3.12.7

Plan a multi-stop ski road trip: picks the top-scoring resorts in a region, orders them into a drivable route (nearest-neighbour, minimal backtracking), allocates your days across stops, estimates each driving leg, and folds in live conditions plus chain-control where covered. Args: region (required), days, optional pass.

Parameters schema

{
  "type": "object",
  "required": [
    "region"
  ],
  "properties": {
    "days": {
      "type": "integer",
      "maximum": 21,
      "minimum": 2
    },
    "pass": {
      "type": "string",
      "description": "Optional ski pass to limit stops (e.g. epic, ikon)"
    },
    "region": {
      "type": "string",
      "description": "europe | north-america | asia | oceania | south-america | alps | rockies | japan | any"
    }
  }
}

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 →