compare_passes
ActiveTool of SnowSure — Snow & Ski
Compare ski passes on price, resort coverage, and value — the tool for "which season pass includes <resort> — Epic or Ikon?" (pass resortSlugs=[<resort>]). Optionally pass resortSlugs you plan to ski and tripDays to see which pass covers them and whether it beats buying window lift tickets.
Parameters schema
{
"type": "object",
"properties": {
"passIds": {
"type": "array",
"items": {
"type": "string"
},
"description": "Passes to compare (default: all). e.g. [\"epic-pass\",\"ikon-pass\"]"
},
"tripDays": {
"type": "number",
"description": "Total days you plan to ski (for the value calc)"
},
"resortSlugs": {
"type": "array",
"items": {
"type": "string"
},
"description": "Resorts you plan to ski — used for coverage scoring"
},
"dailyTicketUsd": {
"type": "number",
"description": "Override the assumed window ticket rate (default $185)"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
SnowSure — Snow & Ski
https://github.com/mikeslone/snowsure-web
1/7 registries