CourseProfiler
C
CourseProfiler
/get_course_submission_requirements

Get course submission requirements

Use this before submit_course when the user gives only a race name or incomplete inputs. Returns the catalog-first course submission workflow, accepted route so

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_course_submission_requirements for me.

Input

FieldTypeDescription
known_course_urlstringOptional candidate official direct GPX/FIT/CRSProf/ZIP URL if already found.
race_namestringOptional race/course name the user wants to submit, e.g. Quebec Mega Trail 30K.
has_waypoint_databooleanWhether official waypoint/resource/cutoff data is already available.

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

Try it

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