You're viewing a demo portfolio

Join the waitlist
PRSM

find_resorts_by_criteria

Active

Tool of SnowSure — Snow & Ski

declared in 3.12.7

Find resorts matching specific criteria like minimum snow depth, elevation range, number of runs, or SnowSure rating. Advanced filtering for trip planning.

Parameters schema

{
  "type": "object",
  "properties": {
    "limit": {
      "type": "number",
      "description": "Max results (default: 20)"
    },
    "region": {
      "enum": [
        "europe",
        "north-america",
        "asia",
        "oceania",
        "south-america",
        "africa"
      ],
      "type": "string",
      "description": "Filter by region"
    },
    "country": {
      "type": "string",
      "description": "Filter by country"
    },
    "minRuns": {
      "type": "number",
      "description": "Minimum number of ski runs"
    },
    "minDepth": {
      "type": "number",
      "description": "Minimum snow depth in cm"
    },
    "minScore": {
      "type": "number",
      "description": "Minimum SnowSure score (0-100)"
    },
    "minElevation": {
      "type": "number",
      "description": "Minimum summit elevation in meters"
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

SnowSure — Snow & Ski

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

1/7 registries
View full server →