Car Handshake
CH
Car Handshake
/schedule_test_drive

Request test drive

After explicit consent and confirmation, request a test drive for this listing.

liveverifiedunknown~5s typical
mcpprobedcarhandshake
$0.0020
per call
plus $0.001 platform fee per run
Open MCP server; Cracked bills routing only
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run mcp-com-carhandshake-inventory /schedule_test_drive for me.

Input

FieldTypeDescription
listing_id*stringExact listing_id from prior results.
dry_runbooleanValidate with no dealer contact. default false
first_name*stringFirst name.
last_name*stringLast name.
emailstringEmail (or phone required).
phonestringE.164 phone (or email required).
preferred_contactstring (email | phone | sms | any)
consent_text*stringAccepted consent words; never fabricate consent.
allowed_channels*arrayConsent channels.
consent_granted_at*stringConsent timestamp (RFC 3339).
messagestringDealer note.
idempotency_key*stringUnique retry key.
appointment_atstring

Call it

curl
curl https://cracked-ai-pearl.vercel.app/v1/run \
  -H "Authorization: Bearer ck_live_..." -H "content-type: application/json" \
  -d '{"provider":"mcp-com-carhandshake-inventory","endpoint":"/schedule_test_drive","input":{"listing_id":"...","dry_run":false,"first_name":"...","last_name":"...","consent_text":"...","allowed_channels":[],"consent_granted_at":"...","idempotency_key":"..."}}'
cli
npx cracked-ai run -p mcp-com-carhandshake-inventory -e /schedule_test_drive -i '{"listing_id":"...","dry_run":false,"first_name":"...","last_name":"...","consent_text":"...","allowed_channels":[],"consent_granted_at":"...","idempotency_key":"..."}'
mcp
run_tool({ provider: "mcp-com-carhandshake-inventory", endpoint: "/schedule_test_drive", input: {"listing_id":"...","dry_run":false,"first_name":"...","last_name":"...","consent_text":"...","allowed_channels":[],"consent_granted_at":"...","idempotency_key":"..."} })

Try it

Runs against your signed-in workspace balance. Sign in if you have not.