query_ports
Query commercial seaports from the NGA World Port Index (~3,800 ports worldwide). Each row carries port name, country, harbor size (Large/Medium/Small/Very Small), harbor type, shelter rating, channel depth in metres, repair facilities. Use for questions like "ports near Bab-el-Mandeb", "deepwater ports in West Africa", "all large harbors in the Mediterranean". Pass harbor_size to slice to a single tier.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Default 50, max 500. | |
| lat_max | Yes | ||
| lat_min | Yes | ||
| lon_max | Yes | ||
| lon_min | Yes | ||
| harbor_size | No | Large | Medium | Small | Very Small. Filter optional. |