meteo_school_check
Checks outdoor school event viability by combining forecast data with thresholds (temperature, rain, wind, UV) to return a green, yellow, or red rating for the next 7 days or a chosen date.
Instructions
Args: params (SchoolCheckInput): - location: Ort (geokodiert), z.B. 'Zürich Oerlikon' - date: Optional – spezifischer Tag (YYYY-MM-DD) - activity: Art der Aktivität ('Sporttag', 'Schulreise', etc.)
Returns: str: Ampel-Bewertung für die nächsten 7 Tage (oder Einzeltag).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |