Weather forecast
get_weather_forecastGet a 14-day weather forecast for a campsite or location. Use this when the user asks about weather, temperature, rain, wind, or UV conditions at a campsite or destination.
You can provide EITHER:
campsite_name: The name (or partial name) of a campsite to look up its GPS coordinates automatically, OR
latitude + longitude: Direct coordinates if already known
Returns daily forecasts with max/min temperature, rain chance, precipitation amount, wind speed, UV index, and a weather description for each day.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| latitude | No | Latitude of the location (e.g. -33.8688 for Sydney) | |
| longitude | No | Longitude of the location (e.g. 151.2093 for Sydney) | |
| campsite_name | No | Name or partial name of a campsite to look up (e.g. 'Byron Bay', 'Big4 Morisset'). The tool will search Neo4j for the campsite and use its GPS coordinates. |