D
DealerMax
/get_vehicle_details
Get vehicle details
Restituisce la scheda completa di UN singolo veicolo usato del network DealerMAX (REWIND/NOS). È il drill-down dopo un hit di search_vehicles. QUANDO u
liveverifiedunknown~5s typical
mcpprobeddealermax
$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-app-dealermax-public-search /get_vehicle_details for me.
Input
| Field | Type | Description |
|---|---|---|
| vehicle_slug* | string | Identificatore di UN veicolo usato. Accetta UUID puro (id_auto) o slug 'marca-modello-id_a |
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-app-dealermax-public-search","endpoint":"/get_vehicle_details","input":{"vehicle_slug":"..."}}'cli
npx cracked-ai run -p mcp-app-dealermax-public-search -e /get_vehicle_details -i '{"vehicle_slug":"..."}'mcp
run_tool({ provider: "mcp-app-dealermax-public-search", endpoint: "/get_vehicle_details", input: {"vehicle_slug":"..."} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.