C
CourseProfiler
/validate_runner_profile
Validate runner profile
Validate a USRProf artifact or inline USRProf JSON before creating personalized race plans. This does not mutate artifacts or generate a new profile.
liveverifiedunknown~5s typical
mcpprobedcourseprofiler
$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-courseprofiler-courseprofiler /validate_runner_profile for me.
Input
| Field | Type | Description |
|---|---|---|
| usrprof | object | |
| usrprof_artifact_id | string | Existing USRProf artifact ID to validate. |
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-courseprofiler-courseprofiler","endpoint":"/validate_runner_profile","input":{}}'cli
npx cracked-ai run -p mcp-com-courseprofiler-courseprofiler -e /validate_runner_profile -i '{}'mcp
run_tool({ provider: "mcp-com-courseprofiler-courseprofiler", endpoint: "/validate_runner_profile", input: {} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.