Drivings
D
Drivings
/get_driving_guide

Get a published driving guide

Retrieve one published Drivings guide by slug, including bounded Markdown content, update metadata and primary-source review details when available. It does not

liveunknown~5s typical
mcpdrivings
$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-drivings-driving-test-study /get_driving_guide for me.

Input

FieldTypeDescription
region*string (uk | us)
slug*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-drivings-driving-test-study","endpoint":"/get_driving_guide","input":{"region":"uk","slug":"..."}}'
cli
npx cracked-ai run -p mcp-com-drivings-driving-test-study -e /get_driving_guide -i '{"region":"uk","slug":"..."}'
mcp
run_tool({ provider: "mcp-com-drivings-driving-test-study", endpoint: "/get_driving_guide", input: {"region":"uk","slug":"..."} })

Try it

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