cars_session_visit
Schedule a dealer visit (test drive, purchase, trade-in appraisal). Generates a visit code and QR code the buyer shows at the dealership. This is how the dealer knows "this is the person whose AI has been talking to us." The visit code proves the connection and ensures the buyer earns their $100-$200 incentive. Only use when the buyer explicitly says they want to visit the dealer.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| vin | Yes | VIN of the vehicle they want to see | |
| date | No | Preferred date (e.g. "Saturday", "2026-05-10") | |
| time | No | Preferred time (e.g. "morning", "2pm") | |
| notes | No | Buyer notes for the dealer (e.g. "Ask for Mike", "Bringing my wife") | |
| session | Yes | Session hash | |
| agent_id | No | Your agent identifier | |
| visit_type | No | Type: test_drive, purchase, trade_appraisal, general |