C
CourseProfiler
/get_race_plan_requirements
Get race plan requirements
Use this before create_race_plan when the user gives only a race name or incomplete inputs. Returns the required course and runner inputs and the next steps an
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 /get_race_plan_requirements for me.
Input
| Field | Type | Description |
|---|---|---|
| known_course_url | string | Optional candidate direct GPX/FIT/CRSProf URL if already found. |
| race_name | string | Optional race name the user mentioned, e.g. Val d'Aran PDA. |
| has_runner_profile | boolean | Whether the user already provided a USRProf runner profile or runner evidence. |
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":"/get_race_plan_requirements","input":{}}'cli
npx cracked-ai run -p mcp-com-courseprofiler-courseprofiler -e /get_race_plan_requirements -i '{}'mcp
run_tool({ provider: "mcp-com-courseprofiler-courseprofiler", endpoint: "/get_race_plan_requirements", input: {} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.