turnale
T
turnale
/create_tournament

Create tournament

Create a new tournament. Keep setup SHORT: ask the organiser only for sport, players, court count and start time — sensible defaults cover everything else. FORM

liveverifiedunknown~5s typical
mcpprobedturnale
$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-app-turnale-turnale /create_tournament for me.

Input

FieldTypeDescription
sport*string (tennis | padel | pickleball | badminton | squash | table_tennis)Write sport names to the organiser in words — 'table tennis', never the enum spelling 'tab
formatstring (round_robin | groups_playoff | single_elimination | americano | mexicano)Tournament format. round_robin: everyone plays everyone. groups_playoff: round-robin group
namestringDefaults to '<Sport> tournament 14 Aug 2026 (<location>)' — start date (or today) plus the
disciplinestring (singles | doubles)Ask the organiser — never infer it from the sport. Americano/mexicano are always doubles.
playersarray
pairsarrayDoubles: fixed pairs as [name, name] arrays. Omit to auto-pair.
courtsintegerDefault 2
court_namesarray
start_timestringISO datetime with offset, e.g. 2026-08-01T18:00:00+03:00. Must be within 365 days from tod
match_duration_minutesinteger
break_minutesintegerChangeover between matches/rounds, shown separately from play time (default 0)
page_results_entrybooleanAllow anyone with the page link to enter scores courtside. Default TRUE — recreational tou
languagestringLanguage of the tournament page, PDFs and player emails (ISO 639-1). Default en; set it to
seedingstring (random | level)Default random
group_countinteger
advance_per_groupinteger
third_place_matchbooleanSingle elimination; default true
points_per_matchintegerAmericano/mexicano; default 21
roundsintegerAmericano/mexicano; default from player count
locationstringVenue/location shown to players on the page, e.g. club name + city

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-app-turnale-turnale","endpoint":"/create_tournament","input":{"sport":"tennis"}}'
cli
npx cracked-ai run -p mcp-app-turnale-turnale -e /create_tournament -i '{"sport":"tennis"}'
mcp
run_tool({ provider: "mcp-app-turnale-turnale", endpoint: "/create_tournament", input: {"sport":"tennis"} })

Try it

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