meteo_school_check
Combine geocoding and 7-day weather forecast to produce a traffic light rating (green/yellow/red) for outdoor school activities based on temperature, precipitation, wind, and UV thresholds.
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 |