get_vessels_in_radius
Locate all vessels within a configurable radius (nautical miles) of a coordinate, with optional date/time filters and pagination.
Instructions
Find all vessels within a radius (in nautical miles) of a point
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| latitude | Yes | Center latitude | |
| longitude | Yes | Center longitude | |
| radius | Yes | Radius in nautical miles | |
| timeFrom | No | Start time filter in RFC3339 format (defaults to 2 hours ago) | |
| timeTo | No | End time filter in RFC3339 format (defaults to current time) | |
| limit | No | Max results per page | |
| nextToken | No | Pagination token from previous response |