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
| Field | Type | Description |
|---|---|---|
| sport* | string (tennis | padel | pickleball | badminton | squash | table_tennis) | Write sport names to the organiser in words — 'table tennis', never the enum spelling 'tab |
| format | string (round_robin | groups_playoff | single_elimination | americano | mexicano) | Tournament format. round_robin: everyone plays everyone. groups_playoff: round-robin group |
| name | string | Defaults to '<Sport> tournament 14 Aug 2026 (<location>)' — start date (or today) plus the |
| discipline | string (singles | doubles) | Ask the organiser — never infer it from the sport. Americano/mexicano are always doubles. |
| players | array | |
| pairs | array | Doubles: fixed pairs as [name, name] arrays. Omit to auto-pair. |
| courts | integer | Default 2 |
| court_names | array | |
| start_time | string | ISO datetime with offset, e.g. 2026-08-01T18:00:00+03:00. Must be within 365 days from tod |
| match_duration_minutes | integer | |
| break_minutes | integer | Changeover between matches/rounds, shown separately from play time (default 0) |
| page_results_entry | boolean | Allow anyone with the page link to enter scores courtside. Default TRUE — recreational tou |
| language | string | Language of the tournament page, PDFs and player emails (ISO 639-1). Default en; set it to |
| seeding | string (random | level) | Default random |
| group_count | integer | |
| advance_per_group | integer | |
| third_place_match | boolean | Single elimination; default true |
| points_per_match | integer | Americano/mexicano; default 21 |
| rounds | integer | Americano/mexicano; default from player count |
| location | string | Venue/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.