create_vehicle
Create a vehicle record for the household to track its details, registration and VIN, insurance document, and upcoming MOT/tax/service due dates. All fields are optional.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| vin | No | Vehicle Identification Number: a 17-character alphanumeric code unique to the vehicle. | |
| make | No | Manufacturer of the vehicle, e.g. 'Toyota'. | |
| year | No | Model year of the vehicle. Must be between 1900 and 2100. | |
| model | No | Model name of the vehicle, e.g. 'Corolla'. | |
| notes | No | Free-text notes about the vehicle. | |
| colour | No | Colour of the vehicle. | |
| motDueDate | No | Date the next MOT (roadworthiness test) is due, in YYYY-MM-DD format. | |
| taxDueDate | No | Date the vehicle's road tax is next due, in YYYY-MM-DD format. | |
| registration | No | The vehicle's registration/licence plate as shown on the plate. Free-text; format varies by country. | |
| serviceDueDate | No | Date the vehicle's next scheduled service is due, in YYYY-MM-DD format. | |
| insuranceDocumentId | No | Document ID of insurance policy |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| items | Yes | ||
| title | No | ||
| message | No | ||
| variant | No |