T
turnale
/update_settings
Update settings
Change the tournament name, start time, match duration, break/changeover minutes, courts (count or names), house rules, or courtside score entry from the page.
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 /update_settings for me.
Input
| Field | Type | Description |
|---|---|---|
| tournament_key* | string | The tournament's organiser key (starts with tk_) |
| name | string | |
| start_time | string | ISO datetime with offset. Must be within 365 days from today. |
| match_duration_minutes | integer | |
| break_minutes | integer | Changeover between matches/rounds, shown separately from play time |
| courts | integer | |
| court_names | array | |
| house_rules | array | |
| location | string | Venue/location shown to players; pass an empty string to clear it |
| page_results_entry | boolean | Allow anyone with the page link to enter scores courtside. ON for new tournaments — pass f |
| signup_open | boolean | Open or close self-signup on the page |
| signup_cap | integer | |
| language | string | Page/PDF/email language, ISO 639-1 (default en) |
| level_scale | string (absolute | by_group | ignore) | How to read the numbers in `level`. absolute (default): one shared scale, a 3 is a 3 whoev |
| level_offset | number | by_group only: how much stronger an m is than an f carrying the SAME number, in the organi |
| gender_balance | string (prefer_symmetric | off) | Americano/mexicano: prefer matches where both teams have the same make-up (MM v MM, MW v M |
| level_gap_cap | number | Opt-in: the largest level gap the organiser wants between opponents, in their own level un |
| request_id | string | Optional idempotency id — retrying a call with the same id never applies it twice |
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":"/update_settings","input":{"tournament_key":"..."}}'cli
npx cracked-ai run -p mcp-app-turnale-turnale -e /update_settings -i '{"tournament_key":"..."}'mcp
run_tool({ provider: "mcp-app-turnale-turnale", endpoint: "/update_settings", input: {"tournament_key":"..."} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.