You're viewing a demo portfolio

Join the waitlist
PRSM

weather_best_window

Active

Tool of Ready APIs

declared in 1.0.0

Find the best contiguous N-day or N-hour window in the forecast horizon for an activity (outdoor_event, ski, construction, agriculture_spray, running). Returns top 5 windows ranked 0-100 with drivers.

Parameters schema

{
  "type": "object",
  "properties": {
    "lat": {
      "type": "number"
    },
    "lon": {
      "type": "number"
    },
    "top_n": {
      "type": "integer",
      "default": 5,
      "maximum": 10,
      "minimum": 1
    },
    "horizon": {
      "enum": [
        "days",
        "hours"
      ],
      "type": "string",
      "default": "days"
    },
    "activity": {
      "enum": [
        "outdoor_event",
        "ski",
        "construction",
        "agriculture_spray",
        "running"
      ],
      "type": "string",
      "default": "outdoor_event"
    },
    "zip_code": {
      "type": "string"
    },
    "window_length": {
      "type": "integer",
      "default": 3,
      "maximum": 24,
      "minimum": 1
    },
    "horizon_length": {
      "type": "integer",
      "default": 0,
      "maximum": 48,
      "minimum": 0,
      "description": "0 = activity-appropriate default (14 days / 48 hours)."
    }
  },
  "additionalProperties": false
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

Ready APIs

https://github.com/ReadyAPIs-com/readyapis

1/7 registries
View full server →
weather_best_window — Ready APIs — PRSM MCP