CourseProfiler
C
CourseProfiler
/enrich_course_waypoints

Enrich course waypoints

Add structured aid stations, checkpoints, cutoffs, and canonical resources to a CRSProf artifact that lacks them. Before enriching, inspect whether the imported

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 /enrich_course_waypoints for me.

Input

FieldTypeDescription
waypoints*object
crsprof_artifact_id*stringCRSProf artifact ID returned by import_course or get_artifact.

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":"/enrich_course_waypoints","input":{"waypoints":{},"crsprof_artifact_id":"..."}}'
cli
npx cracked-ai run -p mcp-com-courseprofiler-courseprofiler -e /enrich_course_waypoints -i '{"waypoints":{},"crsprof_artifact_id":"..."}'
mcp
run_tool({ provider: "mcp-com-courseprofiler-courseprofiler", endpoint: "/enrich_course_waypoints", input: {"waypoints":{},"crsprof_artifact_id":"..."} })

Try it

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