cars_session_add_car
Add a vehicle to the buyer's shopping session. Include a fit score (1-10) and notes explaining why you recommend it.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| vin | Yes | 17-character VIN of vehicle to add | |
| notes | No | Why you recommend this vehicle | |
| score | No | AI fit score 1-10 (how well it matches preferences) | |
| session | Yes | Session hash | |
| agent_id | No | Your agent identifier |