get_drive_path
Fetch GPS drive paths for a Tesla within a specified time range, with optional speed, battery, and autopilot data per point.
Instructions
Returns the GPS path for drives in a given timeframe
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | No | End timestamp (Unix epoch seconds) | |
| vin | No | Vehicle Identification Number (VIN). Defaults to TESSIE_DEFAULT_VIN env var if set. | |
| from | No | Start timestamp (Unix epoch seconds) | |
| details | No | Include speed, battery, autopilot details per point | |
| simplify | No | Simplify the path (default true) |