Get Weather
get_weatherGet camping-specific 7-day weather forecast with suitability ratings and gear recommendations.
Uses Open-Meteo's commercial API to provide:
Daily high/low temps, conditions, precipitation, wind
Camping suitability rating per day (excellent/good/fair/poor/not_recommended)
Gear recommendations based on conditions
Safety warnings for extreme weather
Best camping days in the forecast period
Open-Meteo licenses this data under CC BY 4.0: the response carries an
attribution field, and that credit must be shown wherever you present the
forecast.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| latitude | Yes | Campground latitude | |
| longitude | Yes | Campground longitude | |
| check_in_date | No | Planned check-in date ISO format (optional) | |
| check_out_date | No | Planned check-out date ISO format (optional) | |
| campground_name | No | Campground name for context (optional) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||