list_vehicles
Retrieve vehicle records from Shopmonkey's automotive shop management system. Filter results by customer ID or location to access specific vehicle information.
Instructions
List vehicles from Shopmonkey. Filter by customer ID or location.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| customerId | No | Filter vehicles by customer ID | |
| locationId | No | Filter by location ID. Defaults to SHOPMONKEY_LOCATION_ID env var if set. | |
| limit | No | Maximum number of results to return (default: 25) | |
| page | No | Page number for pagination (default: 1) |