D
Drivings
/build_study_plan_preview
Build a study-plan preview
Compute a deterministic, bounded study schedule. The preview is not saved and does not create an account, learner session, purchase or message.
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 /build_study_plan_preview for me.
Input
| Field | Type | Description |
|---|---|---|
| region* | string (uk | us) | |
| course* | string (car | motorcycle | lgv | pcv | adi | cdl) | |
| weeks | integer | default 4 |
| daysPerWeek | integer | default 5 |
| minutesPerDay | integer | default 20 |
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":"/build_study_plan_preview","input":{"region":"uk","course":"car","weeks":4,"daysPerWeek":5,"minutesPerDay":20}}'cli
npx cracked-ai run -p mcp-com-drivings-driving-test-study -e /build_study_plan_preview -i '{"region":"uk","course":"car","weeks":4,"daysPerWeek":5,"minutesPerDay":20}'mcp
run_tool({ provider: "mcp-com-drivings-driving-test-study", endpoint: "/build_study_plan_preview", input: {"region":"uk","course":"car","weeks":4,"daysPerWeek":5,"minutesPerDay":20} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.