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
| Field | Type | Description |
|---|---|---|
| listing_id* | string | Exact listing_id from prior results. |
| dry_run | boolean | Validate with no dealer contact. default false |
| first_name* | string | First name. |
| last_name* | string | Last name. |
| string | Email (or phone required). | |
| phone | string | E.164 phone (or email required). |
| preferred_contact | string (email | phone | sms | any) | |
| consent_text* | string | Accepted consent words; never fabricate consent. |
| allowed_channels* | array | Consent channels. |
| consent_granted_at* | string | Consent timestamp (RFC 3339). |
| message | string | Dealer note. |
| idempotency_key* | string | Unique retry key. |
| appointment_at | string |
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.