Available Tools
| Tool | Endpoint | Description |
|---|---|---|
get_vehicles | GET /api/v1/vehicles | Fleet vehicle list |
get_vehicle | GET /api/v1/vehicles/{id} | Single vehicle |
get_vehicles_dashboard | GET /api/v1/vehicles/dashboard | Fleet summary |
Engine Types
combustion— Internal combustion engineelectric— Electrichybrid— Hybrid
Usage Examples
Common Parameters
get_vehicles
| Parameter | Type | Description |
|---|---|---|
companyId | string | Company ID (required) |
motorType | string | Engine type (combustion, electric, hybrid) |
page | integer | Page number |
limit | integer | Results per page |

