CourseProfiler
C
CourseProfiler
/generate_course_segments

Generate course segments

Generate analytical course segments from an enriched CRSProf artifact after waypoint enrichment, or from a catalog CRSProf that already contains official waypoi

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

Input

FieldTypeDescription
optionsobject
crsprof_artifact_id*stringEnriched CRSProf artifact ID returned by enrich_course_waypoints.

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

Try it

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