turnale
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

FieldTypeDescription
tournament_key*stringThe tournament's organiser key (starts with tk_)
namestring
start_timestringISO datetime with offset. Must be within 365 days from today.
match_duration_minutesinteger
break_minutesintegerChangeover between matches/rounds, shown separately from play time
courtsinteger
court_namesarray
house_rulesarray
locationstringVenue/location shown to players; pass an empty string to clear it
page_results_entrybooleanAllow anyone with the page link to enter scores courtside. ON for new tournaments — pass f
signup_openbooleanOpen or close self-signup on the page
signup_capinteger
languagestringPage/PDF/email language, ISO 639-1 (default en)
level_scalestring (absolute | by_group | ignore)How to read the numbers in `level`. absolute (default): one shared scale, a 3 is a 3 whoev
level_offsetnumberby_group only: how much stronger an m is than an f carrying the SAME number, in the organi
gender_balancestring (prefer_symmetric | off)Americano/mexicano: prefer matches where both teams have the same make-up (MM v MM, MW v M
level_gap_capnumberOpt-in: the largest level gap the organiser wants between opponents, in their own level un
request_idstringOptional 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.