PD
Pocket Drives
/drives_vehicle_reviews
Vehicle reviews
List published renter reviews for a vehicle. Uses asset_id (not asset_rental_id) per the GraphQL schema.
liveverifiedunknown~5s typical
mcpprobedpocketdrives
$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-ai-pocketdrives-pocket-drives /drives_vehicle_reviews for me.
Input
| Field | Type | Description |
|---|---|---|
| asset_id* | string | Vehicle asset ID from search or detail results |
| limit | integer | Maximum reviews to return (default server limit) |
| skip | integer | Number of reviews to skip for pagination |
| published_only | boolean | Only return published reviews (default true) |
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-ai-pocketdrives-pocket-drives","endpoint":"/drives_vehicle_reviews","input":{"asset_id":"..."}}'cli
npx cracked-ai run -p mcp-ai-pocketdrives-pocket-drives -e /drives_vehicle_reviews -i '{"asset_id":"..."}'mcp
run_tool({ provider: "mcp-ai-pocketdrives-pocket-drives", endpoint: "/drives_vehicle_reviews", input: {"asset_id":"..."} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.