Get vessel position
get_vesselReturn the current position and basic information for a single vessel, identified by exactly one of: MMSI (9 digits), IMO (7 digits), or Datalastic UUID. Includes live coordinates, speed, course, heading, navigation status and the raw AIS destination text. This is the default tool for vessel lookups. For the recognized destination or origin port (name + UNLOCODE), actual departure time (ATD), a reliable estimated time of arrival (ETA), or draught, use get_vessel_pro instead.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| imo | No | Vessel IMO number, exactly 7 digits (e.g. 9839179). Provide exactly one of mmsi, imo, or uuid. | |
| mmsi | No | Vessel MMSI identifier, exactly 9 digits (e.g. 477553000). Provide exactly one of mmsi, imo, or uuid. | |
| uuid | No | Datalastic internal vessel UUID. Provide exactly one of mmsi, imo, or uuid. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| eni | Yes | ||
| imo | Yes | ||
| lat | Yes | ||
| lon | Yes | ||
| mmsi | Yes | ||
| name | Yes | ||
| type | Yes | ||
| uuid | Yes | ||
| speed | Yes | ||
| course | Yes | ||
| eta_UTC | Yes | ||
| heading | Yes | ||
| eta_epoch | Yes | ||
| country_iso | Yes | ||
| destination | Yes | ||
| type_specific | Yes | ||
| last_position_UTC | Yes | ||
| navigation_status | Yes | ||
| last_position_epoch | Yes |