Marine Weather
weather_marineObtain marine weather data including wave height, swell, wind, and sea-surface temperature for any ocean location. Use lat/long for precise offshore forecasts up to 16 days.
Instructions
Get marine/ocean weather, real-time or forecast, up to 16 days. Returns wave height, swell, wind speed/direction, and sea-surface data. Omit dates for real-time conditions. Provide 'start_date' and 'end_date' for forecast mode (max 16 days, current/future dates only). Coordinates (lat/long) are recommended for offshore/ocean queries since city names resolve to land. Provide at least one of: 'location', lat+long, or 'ip'.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| location | No | Target location — city name, place name, or full address (e.g. "London", "Paris, France", "1600 Amphitheatre Parkway, Mountain View, CA"). | |
| lat | No | Latitude (-90 to 90). Must be paired with 'long'. Recommended for offshore/ocean queries. | |
| long | No | Longitude (-180 to 180). Must be paired with 'lat'. Recommended for offshore/ocean queries. | |
| ip | No | IPv4 or IPv6 address. Required if 'location' and lat/long are not provided. | |
| start_date | No | Start date for marine forecast (YYYY-MM-DD). Current/future dates only. Must be paired with 'end_date'. Max 16-day range. Omit for real-time conditions. | |
| end_date | No | End date for marine forecast (YYYY-MM-DD). Current/future dates only. Must be paired with 'start_date'. Max 16-day range. | |
| precision | No | Data granularity: 'daily' (default), 'hourly', or 'minutely'. | daily |
| time_zone | No | Timezone for returned timestamps (tz database name, e.g. 'America/New_York'). Defaults to the resolved location's timezone. |