get_port_weather
Check current weather and 24-hour forecast for any port to assess operational impact, especially wind speeds exceeding 25 knots that affect vessel operations.
Instructions
Get current weather conditions and 24-hour forecast for a port.
Weather is sourced from Open-Meteo (free, no API key required). Pay attention to wind speed in knots — values above 25 kn affect large vessel operations; above 40 kn typically suspends port activity.
Args: port_name: Port common name (e.g. "Rotterdam") or UN/LOCODE (e.g. "NLRTM")
Returns: dict with current conditions, wind speed, operational impact assessment, and hourly 24h forecast
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| port_name | Yes |