T
turnale
/generate_draw
Generate draw
Generate (or regenerate) the draw and schedule. This IS the start action: the first draw moves the tournament from setup to active and closes self-signup — when
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 /generate_draw for me.
Input
| Field | Type | Description |
|---|---|---|
| tournament_key* | string | The tournament's organiser key (starts with tk_) |
| seeding | string (random | level) | |
| group_count | integer | |
| advance_per_group | integer | |
| third_place_match | boolean | |
| points_per_match | integer | |
| rounds | integer | |
| discard_results | boolean | Required (true) when results already exist — separate acknowledgement that this redraw des |
| seed | integer | Draw seed returned by the preview — pass it back with confirm: true to apply exactly the p |
| request_id | string | Optional idempotency id — retrying a call with the same id never applies it twice |
| confirm | boolean | Omit or false: return a preview of what would change. True: apply it. |
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":"/generate_draw","input":{"tournament_key":"..."}}'cli
npx cracked-ai run -p mcp-app-turnale-turnale -e /generate_draw -i '{"tournament_key":"..."}'mcp
run_tool({ provider: "mcp-app-turnale-turnale", endpoint: "/generate_draw", input: {"tournament_key":"..."} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.