T
turnale
/record_results
Record results
Record one or many results. Score is conversational text: "6-4 3-6 10-7" (sets) or "16-8" (americano points). Outcomes: completed (default), walkover, retired (
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 /record_results for me.
Input
| Field | Type | Description |
|---|---|---|
| tournament_key* | string | The tournament's organiser key (starts with tk_) |
| results* | array | |
| 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":"/record_results","input":{"tournament_key":"...","results":[]}}'cli
npx cracked-ai run -p mcp-app-turnale-turnale -e /record_results -i '{"tournament_key":"...","results":[]}'mcp
run_tool({ provider: "mcp-app-turnale-turnale", endpoint: "/record_results", input: {"tournament_key":"...","results":[]} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.