get_surf_forecast
Fetch surf conditions for any beach by name or coordinates: wave height, period, swell, rip current risk, and safety score. Use for surf-only forecasts.
Instructions
Get a focused surf forecast for any beach: wave height, wave period and direction, swell height/period/direction, rip current risk, and safety score. Accepts a beach name (auto-geocoded worldwide — just say 'Waikiki' or 'Bondi Beach') or raw coordinates. Use this when only surf conditions are needed; use get_beach_report for the full safety report including wind, temperature, and UV.
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. |