turnale
T
turnale
/update_player

Update players

Rename a player or set their gender/level/note. Updates MANY in one call: pass `updates` with one object per player and never loop one-by-one — setting levels f

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_player for me.

Input

FieldTypeDescription
tournament_key*stringThe tournament's organiser key (starts with tk_)
player_namestringSingle update; or use `updates` for several
new_namestring
genderstring (m | f | x)
levelnumberAny consistent numeric level/rating — used only for seeding and balancing
notestringFree note shown on the tournament page. Pass an empty string to clear it.
updatesarrayBulk edit — e.g. levels for a whole roster in one call
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_player","input":{"tournament_key":"..."}}'
cli
npx cracked-ai run -p mcp-app-turnale-turnale -e /update_player -i '{"tournament_key":"..."}'
mcp
run_tool({ provider: "mcp-app-turnale-turnale", endpoint: "/update_player", input: {"tournament_key":"..."} })

Try it

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