get_vessel_position
Get a vessel's current position (latitude, longitude, speed, heading) by IMO or MMSI. Falls back to satellite position if no recent terrestrial data exists.
Instructions
Get the current position of a vessel (latitude, longitude, speed, heading)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sat | No | Fall back to a satellite position when no recent terrestrial one exists. Charged per call against a prepaid balance, so use it only when a stored position is genuinely insufficient. | |
| idType | No | Identifier type: imo (default) or mmsi | |
| vesselId | Yes | Vessel identifier (IMO number by default) |