plan_ski_road_trip
ActiveTool of SnowSure — Snow & Ski
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"
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
SnowSure — Snow & Ski
https://github.com/mikeslone/snowsure-web
1/7 registries