get_uv_forecast
Check the UV index forecast for any beach by name or coordinates. Get current and max UV levels, risk rating, and sun-protection guidance to plan safer time in the sun.
Instructions
Get the UV index forecast for any beach: current and max UV index, risk level, and sun-protection recommendations. Accepts a beach name (auto-geocoded worldwide — just say 'Waikiki' or 'Bondi Beach') or raw coordinates. Use this when only sun-exposure info is needed; use get_beach_report for the full safety report.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| latitude | No | Latitude in decimal degrees (optional if beach_name is given) | |
| longitude | No | Longitude in decimal degrees (optional if beach_name is given) | |
| beach_name | No | Name of the beach (e.g., 'Waikiki', 'Bondi Beach, Sydney'). Auto-geocoded — provide this or latitude/longitude. |