app.turnale/turnale
REMOTE · MCP.TURNALE.APP · SCANNED AUG 3
Run racket-sport tournaments from your AI assistant: fair draws, scores, live standings.
Available components
How this component scores in each security and reliability category. Every signal is checked automatically against the live server, and we only credit what we can confirm. How we score →
Endpoint Security66
- The endpoint's TLS certificate is valid, in date, and uses a strong key. View diagnostics → Pass
- Authorisation check failed: no authorisation is required to call this server, and it exposes a tool marked destructive (generate_draw). See how to fix → View diagnostics → Fail
- HTTPS is enforced; there's no plaintext access path. View diagnostics → Pass
- The HSTS (Strict-Transport-Security) header is present. View diagnostics → Pass
- DNSSEC is configured correctly; the domain's records validate against the full chain to the root. View diagnostics → Pass
Transport & Reachability100
- Verified streamable-http transport via a live MCP handshake. View diagnostics → Pass
Schema Quality & AI Usability55
- 100% of prompts and resources have a non-trivial description (not blank, and not just the item's name).Pass
- AI-judged instruction clarity (poor).Fail
- Context-footprint check failed: tool/resource definitions use about 5681 tokens (~189/item across 30 items; 30 tools + 0 resources), over budget; trim descriptions and params. See how to fix → Fail
- Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management17
- Stability observed for 5 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage91
- 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
- 67% of tool parameters carry a description.Partial
- Structured output schemas are declared (100% of tools); any adoption earns full credit.Pass
Capabilities100
- Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Add this component to your MCP client. Where a client-specific snippet is available, pick your client below and copy it straight into your config; otherwise use the connection detail shown.
remote · mcp.turnale.app
claude mcp add --transport http app-turnale-turnale https://mcp.turnale.app/
[mcp_servers.app-turnale-turnale] url = "https://mcp.turnale.app/"
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"app-turnale-turnale": {
"type": "remote",
"url": "https://mcp.turnale.app/",
"enabled": true
}
}
} openclaw mcp add app-turnale-turnale --url https://mcp.turnale.app/ --transport streamable-http
mcp_servers:
app-turnale-turnale:
url: "https://mcp.turnale.app/" {
"mcpServers": {
"app-turnale-turnale": {
"type": "http",
"url": "https://mcp.turnale.app/"
}
}
} The mcpServers block is a cross-client convention. Remote transports vary, so check your client's docs.
Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.
- 3 Aug 26 +1
- Server version: 0.1.0 → 0.1.2 functional
- 1 Aug 26 0
- The server rewrote its instructions, which are the text every model session reads security
- “update_settings” reworded the description of “page_results_entry” cosmetic
- “create_tournament” reworded the description of “page_results_entry” cosmetic
- 31 Jul 26 −2
- We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
- 30 Jul 26 0
- We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
- 29 Jul 26 65
First indexed and scored.
Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.
Captured 3 Aug 2026 · Probed https://mcp.turnale.app
TLS valid
Negotiated TLS 1.3 with TLS_AES_128_GCM_SHA256 .
| Subject | Issuer | Valid from | Valid until | Key | Signature | Serial |
|---|---|---|---|---|---|---|
| CN=mcp.turnale.app | CN=YR1,O=Let's Encrypt,C=US | 29 Jul 2026 | 27 Oct 2026 | RSA 2048 | SHA256-RSA | 6bad8c127ebb7f6bb52c9ef7f91b8cef9c7 |
| SANs: mcp.turnale.app | ||||||
| CN=YR1,O=Let's Encrypt,C=US (CA) | CN=Root YR,O=ISRG,C=US | 3 Sept 2025 | 2 Sept 2028 | RSA 2048 | SHA256-RSA | a20253f15f2691c05dc1ce13b9bcca4e |
| CN=Root YR,O=ISRG,C=US (CA) | CN=ISRG Root X1,O=Internet Security Research Group,C=US | 13 May 2026 | 2 Sept 2032 | RSA 4096 | SHA256-RSA | f24b6d17f9d9ad7cb1c9fea78782699f |
DNSSEC secure
Validation of mcp.turnale.app. — Secure
| Zone | DS | Keys | Algorithms | Outcome |
|---|---|---|---|---|
| . | trust_anchor | 20326, 38696 | 8, 8 | Verified |
| app. | present | 23684 | 8 | Verified |
| turnale.app. | present | 26197 | 13 | Verified |
| mcp.turnale.app. | Verified address RRset verified with the apex keys |
Authentication No authorisation required
The endpoint answered without asking for a token. Anyone who knows the URL can reach it.
| Result | No authorisation required |
|---|---|
| HTTP status | 200 |
| Header | Value |
|---|---|
| strict-transport-security | max-age=63072000 |
| x-content-type-options | nosniff |
| x-frame-options | DENY |
| referrer-policy | no-referrer |
Transports 2 probes
| Transport | URL | Outcome | Status | Location |
|---|---|---|---|---|
| streamable-http | https://mcp.turnale.app | Verified | 200 | |
| http (plaintext) | http://mcp.turnale.app | HTTPS enforced | 308 | https://mcp.turnale.app/ |
The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability.
add_players Add players ~110
Add players to the roster in bulk (parse pasted lists or spreadsheets yourself and send structured entries — never invent placeholder names; use signup mode when names aren't known yet). Duplicate names are rejected for disambiguation. If an unlocked draw exists it is regenerated automatically.
| Name | Type | Req | Description |
|---|---|---|---|
| players | array | yes | — |
| request_id | string | — | Optional idempotency id — retrying a call with the same id never applies it twice |
| tournament_key | string | yes | The tournament's organiser key (starts with tk_) |
| Name | Type | Req | Description |
|---|---|---|---|
| added | array | yes | — |
| players_total | number | yes | — |
| preview | boolean | — | True when this is a preview — nothing was changed |
| summary | string | yes | What happened, in one line |
No examples provided.
create_tournament Create tournament ~1,078
Create a new tournament. Keep setup SHORT: ask the organiser only for sport, players, court count and start time — sensible defaults cover everything else. FORMAT: never ask an open 'which format?' question. If the organiser clearly named one, pass it; otherwise omit format — the call then returns a ready-to-show menu of options (nothing is created) for you to relay so the organiser can read and choose in one reply. Players can be added later with add_players. NEVER invent placeholder or fake player names ('Player 1', made-up names): if the organiser only knows the headcount, create with signup_open: true and signup_cap set to it — players add themselves by name via the page link. If the organiser gives a time budget instead of rounds (e.g. 'we have 2 hours'), derive rounds ≈ total minutes ÷ (match + break minutes) and confirm. If they ask for a format that is not listed, offer to note it with record_feedback. Returns the organiser key (tk_…): relay it with the warning that it cannot be recovered, plus the shareable page link.
| Name | Type | Req | Description |
|---|---|---|---|
| advance_per_group | integer | — | — |
| break_minutes | integer | — | Changeover between matches/rounds, shown separately from play time (default 0) |
| court_names | array | — | — |
| courts | integer | — | Default 2 |
| discipline | string | — | Ask the organiser — never infer it from the sport. Americano/mexicano are always doubles. Defaults to singles for the bracket formats when they truly have no preference. |
| format | string | — | Tournament format. round_robin: everyone plays everyone. groups_playoff: round-robin groups then a knockout. single_elimination: knockout with byes. americano/mexicano: rotating-partner doubles, poin… |
| gender_balance | string | — | Americano/mexicano: prefer matches where both teams have the same make-up (MM v MM, MW v MW, WW v WW). Default prefer_symmetric. A preference, not a rule — an uneven field cannot supply it, and the d… |
| group_count | integer | — | — |
| house_rules | array | — | Organiser's house rules, shown on the tournament page (e.g. 'Golden point at deuce') |
| language | string | — | Language of the tournament page, PDFs and player emails. Default en; set et when the organiser works in Estonian. |
| level_gap_cap | number | — | Opt-in: the largest level gap the organiser wants between opponents, in their own level units. Soft — the draw prefers to respect it and reports when it cannot. Pass 0 to clear. |
| level_offset | number | — | by_group only: how much stronger an m is than an f carrying the SAME number, in the organiser's own level units. Default 1 — a starting point to adjust, not a fact. Used for balancing only; never sho… |
| level_scale | string | — | How to read the numbers in `level`. absolute (default): one shared scale, a 3 is a 3 whoever holds it. by_group: men and women were each rated within their own group, so the numbers are not directly… |
| location | string | — | Venue/location shown to players on the page, e.g. club name + city |
| match_duration_minutes | integer | — | — |
| name | string | — | Defaults to '<Sport> tournament <date>' |
| page_results_entry | boolean | — | Allow anyone with the page link to enter scores courtside. Default TRUE — recreational tournaments run on whoever finishes their match first, and an organiser who has to type every result is the bott… |
| pairs | array | — | Doubles: fixed pairs as [name, name] arrays. Omit to auto-pair. |
| players | array | — | — |
| points_per_match | integer | — | Americano/mexicano; default 21 |
| rounds | integer | — | Americano/mexicano; default from player count |
| seeding | string | — | Default random |
| signup_cap | integer | — | Signup limit; beyond it players join a waitlist |
| signup_open | boolean | — | Open self-signup: players add themselves on the shared page (name-only or signed in). Offer this when the organiser has no player list yet. |
| sport | string | yes | Write sport names to the organiser in words — 'table tennis', never the enum spelling 'table_tennis'. |
| start_time | string | — | ISO datetime with offset, e.g. 2026-08-01T18:00:00+03:00. Must be within 365 days from today. |
| third_place_match | boolean | — | Single elimination; default true |
| Name | Type | Req | Description |
|---|---|---|---|
| draw_generated | boolean | yes | — |
| name | string | yes | — |
| page_url | string | yes | — |
| players_added | number | yes | — |
| rounds_text | string | — | Present when a draw was generated — show it to the organiser as-is. |
| summary | string | yes | — |
| tournament_key | string | yes | — |
No examples provided.
delete_tournament Delete tournament ~51
Soft-delete the whole tournament (recoverable by support for 7 days, then gone). Preview first; confirm: true to apply.
| Name | Type | Req | Description |
|---|---|---|---|
| confirm | boolean | — | — |
| tournament_key | string | yes | — |
| Name | Type | Req | Description |
|---|---|---|---|
| deleted | boolean | yes | — |
| summary | string | yes | — |
No examples provided.
end_tournament End tournament ~104
Finish the tournament. If matches are still pending it ends early and current standings freeze as the final results. Preview first, confirm to apply.
| Name | Type | Req | Description |
|---|---|---|---|
| confirm | boolean | — | Omit or false: return a preview of what would change. True: apply it. |
| request_id | string | — | Optional idempotency id — retrying a call with the same id never applies it twice |
| tournament_key | string | yes | The tournament's organiser key (starts with tk_) |
| Name | Type | Req | Description |
|---|---|---|---|
| placements | array | yes | — |
| preview | boolean | — | True when this is a preview — nothing was changed |
| status | string | yes | — |
| summary | string | yes | What happened, in one line |
No examples provided.
generate_draw Generate draw ~356
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 the organiser says "start the tournament", call this. The result includes rounds_text — SHOW it to the organiser as-is, in whatever language they are writing to you in (it is English already, so relay it unchanged unless they are writing something else) so they can check who plays whom — and the seed that produced the draw: preview first, then confirm with that SAME seed to apply exactly the previewed draw. Free until the first result is recorded; after that this DISCARDS recorded results and requires BOTH confirm: true and discard_results: true. If the organiser asks for a format that is not supported, offer to note it with record_feedback. Optional overrides adjust the format first.
| Name | Type | Req | Description |
|---|---|---|---|
| advance_per_group | integer | — | — |
| confirm | boolean | — | Omit or false: return a preview of what would change. True: apply it. |
| discard_results | boolean | — | Required (true) when results already exist — separate acknowledgement that this redraw destroys them |
| group_count | integer | — | — |
| points_per_match | integer | — | — |
| request_id | string | — | Optional idempotency id — retrying a call with the same id never applies it twice |
| rounds | integer | — | — |
| seed | integer | — | Draw seed returned by the preview — pass it back with confirm: true to apply exactly the previewed draw. Omit for a fresh draw. |
| seeding | string | — | — |
| third_place_match | boolean | — | — |
| tournament_key | string | yes | The tournament's organiser key (starts with tk_) |
| Name | Type | Req | Description |
|---|---|---|---|
| discarded_results | number | yes | — |
| matches | number | yes | — |
| preview | boolean | — | True when this is a preview — nothing was changed |
| rounds_text | string | yes | — |
| seed | number | yes | — |
| summary | string | yes | What happened, in one line |
No examples provided.
get_audit_log Get change log ~83
Chronological record of every change (newest first) — the answer to "who changed that?". Paginate with before_id. Ids are global across all tournaments, so gaps between ids are normal.
| Name | Type | Req | Description |
|---|---|---|---|
| before_id | integer | — | — |
| limit | integer | — | — |
| tournament_key | string | yes | The tournament's organiser key (starts with tk_) |
| Name | Type | Req | Description |
|---|---|---|---|
| entries | array | yes | — |
| next_before_id | — | yes | — |
No examples provided.
get_briefing Get tournament briefing ~64
Compact full state of the tournament — settings, roster, progress, next matches, standings, page link. Call this first when resuming work in a new conversation with just the key.
| Name | Type | Req | Description |
|---|---|---|---|
| tournament_key | string | yes | The tournament's organiser key (starts with tk_) |
| Name | Type | Req | Description |
|---|---|---|---|
| aside | — | yes | Present ONLY when the tournament is set up, running, and asking nothing of the organiser — for answering 'what else can you do?', or any moment where they are plainly just chatting. NEVER volunteer i… |
| courts | array | yes | — |
| discipline | string | yes | — |
| format | object | yes | — |
| matches_pending | number | yes | — |
| matches_played | number | yes | — |
| name | string | yes | — |
| next_up | array | yes | — |
| page_results_entry | boolean | yes | True when anyone with the page link can record scores courtside (the default for new tournaments). Turn it off with update_settings page_results_entry: false. |
| page_url | string | yes | — |
| players | array | yes | — |
| players_total | number | yes | — |
| signup | — | yes | — |
| sport | string | yes | — |
| standings_top | array | yes | — |
| start_time | — | yes | — |
| status | string | yes | — |
No examples provided.
get_export Export tournament data ~50
Full structured export of the tournament document (players, draws, results) — for the organiser's own records or data portability.
| Name | Type | Req | Description |
|---|---|---|---|
| tournament_key | string | yes | The tournament's organiser key (starts with tk_) |
| Name | Type | Req | Description |
|---|---|---|---|
| tournament | object | yes | — |
No examples provided.
get_pdf Get PDF document ~119
The printable PDF itself, returned as a base64 embedded resource — use this when the organiser wants the file handed to them and your client cannot fetch URLs. Default "sheet": the merged tournament document (match sheet with write-in score boxes, player sheet, standings/results when they exist). "results" and "plan" are deprecated pre-merge variants kept for comparison. For a lighter response, get_pdf_link returns download URLs instead.
| Name | Type | Req | Description |
|---|---|---|---|
| doc | string | — | — |
| tournament_key | string | yes | The tournament's organiser key (starts with tk_) |
| Name | Type | Req | Description |
|---|---|---|---|
| filename | string | yes | — |
| mime_type | string | yes | — |
| pdf_url | string | yes | — |
| size_bytes | number | yes | — |
No examples provided.
get_pdf_link Get PDF links ~82
Download links for the printable PDF. pdf_url is the merged tournament document (match sheet with write-in score boxes, player sheet, standings/results when they exist) — hand this to the organiser. results_pdf_url and plan_pdf_url are deprecated pre-merge variants kept for comparison.
| Name | Type | Req | Description |
|---|---|---|---|
| tournament_key | string | yes | The tournament's organiser key (starts with tk_) |
| Name | Type | Req | Description |
|---|---|---|---|
| page_url | string | yes | — |
| pdf_url | string | yes | — |
| plan_pdf_url | string | yes | — |
| results_pdf_url | string | yes | — |
No examples provided.
get_player_template Get the player-list template ~111
A blank Excel workbook the organiser fills in and hands back: Name, Level, Gender, Comments, one player per row, with a sheet explaining each column. Offer it when the organiser has no list ready, asks how to send their players, or would rather work in a spreadsheet than paste names into chat. Needs no key. The file comes back both as a download link and as an attachable file. Reading a filled-in sheet needs no tool: parse it yourself and send the rows to add_players.
Input schema present but exposes no named parameters.
| Name | Type | Req | Description |
|---|---|---|---|
| columns | array | yes | — |
| filename | string | yes | — |
| mime_type | string | yes | — |
| note | string | yes | — |
| size_bytes | number | yes | — |
| template_url | string | yes | — |
No examples provided.
get_results Get final results ~40
Final placements (or placements-so-far for a tournament that ended early).
| Name | Type | Req | Description |
|---|---|---|---|
| tournament_key | string | yes | The tournament's organiser key (starts with tk_) |
| Name | Type | Req | Description |
|---|---|---|---|
| placements | array | yes | — |
| status | string | yes | — |
No examples provided.
get_schedule Get schedule ~43
Upcoming matches in playing order with courts and estimated times.
| Name | Type | Req | Description |
|---|---|---|---|
| limit | integer | — | — |
| tournament_key | string | yes | The tournament's organiser key (starts with tk_) |
| Name | Type | Req | Description |
|---|---|---|---|
| schedule | array | yes | — |
No examples provided.
get_standings Get standings ~57
Current standings per group/structure, tiebreak-ordered (wins → head-to-head → set diff → game diff; americano: total points).
| Name | Type | Req | Description |
|---|---|---|---|
| tournament_key | string | yes | The tournament's organiser key (starts with tk_) |
| Name | Type | Req | Description |
|---|---|---|---|
| standings | array | yes | — |
No examples provided.
list_matches List matches ~80
Matches with sides, scores, courts and times. Filter by state or round; paginate with after_match_number for large tournaments.
| Name | Type | Req | Description |
|---|---|---|---|
| after_match_number | integer | — | — |
| limit | integer | — | — |
| round | integer | — | — |
| state | string | — | — |
| tournament_key | string | yes | The tournament's organiser key (starts with tk_) |
| Name | Type | Req | Description |
|---|---|---|---|
| matches | array | yes | — |
| next_after_match_number | — | yes | — |
No examples provided.
list_players List players ~36
Full roster with status, level, and doubles partner.
| Name | Type | Req | Description |
|---|---|---|---|
| tournament_key | string | yes | The tournament's organiser key (starts with tk_) |
| Name | Type | Req | Description |
|---|---|---|---|
| players | array | yes | — |
| total | number | yes | — |
No examples provided.
ping Ping ~23
Health check. Returns a static confirmation that the Turnale MCP server is reachable.
Input schema present but exposes no named parameters.
| Name | Type | Req | Description |
|---|---|---|---|
| message | string | yes | — |
| ok | boolean | yes | — |
No examples provided.
promote_player Promote from waitlist ~89
Move a waitlisted player onto the active roster when a spot opens (signed-in players are notified by email). The cap can be raised with update_settings.
| Name | Type | Req | Description |
|---|---|---|---|
| name | string | yes | — |
| request_id | string | — | Optional idempotency id — retrying a call with the same id never applies it twice |
| tournament_key | string | yes | The tournament's organiser key (starts with tk_) |
| Name | Type | Req | Description |
|---|---|---|---|
| name | string | yes | — |
| preview | boolean | — | True when this is a preview — nothing was changed |
| status | string | yes | — |
| summary | string | yes | What happened, in one line |
No examples provided.
record_feedback Record product feedback ~136
Record a request for something Turnale does not support yet (a format, scoring variant, or feature), so it can be considered for the roadmap. Call this only when the organiser asked for something unsupported AND agreed to have it noted. Describe the missing capability in general terms — NEVER include player names, contact details, or tournament keys.
| Name | Type | Req | Description |
|---|---|---|---|
| category | string | yes | — |
| feedback | string | yes | What the organiser wanted, summarised without any personal data (max 1000 characters — room for the problem, the workaround tried, and the suggested scope) |
| related_tool | string | — | The tool this relates to, if any |
| Name | Type | Req | Description |
|---|---|---|---|
| recorded | boolean | yes | — |
| summary | string | yes | — |
No examples provided.
record_results Record results ~166
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 (partial score allowed), cancelled, reinstate — reinstate CLEARS a recorded result and returns the match to scheduled (the fix for a mis-entered score). Corrections simply re-record. Winner (a|b = first|second listed side) only needed when the score alone does not decide.
| Name | Type | Req | Description |
|---|---|---|---|
| request_id | string | — | Optional idempotency id — retrying a call with the same id never applies it twice |
| results | array | yes | — |
| tournament_key | string | yes | The tournament's organiser key (starts with tk_) |
| Name | Type | Req | Description |
|---|---|---|---|
| preview | boolean | — | True when this is a preview — nothing was changed |
| recorded | array | yes | — |
| summary | string | yes | What happened, in one line |
No examples provided.
remove_player Remove players ~125
Remove one or MANY players before any result is recorded (afterwards use withdraw_player or replace_player) — pass player_names to clear several in one call, never loop one-by-one. Regenerates an existing unlocked draw.
| Name | Type | Req | Description |
|---|---|---|---|
| player_name | string | — | — |
| player_names | array | — | Bulk removal — e.g. clearing mistaken placeholder names in one call |
| request_id | string | — | Optional idempotency id — retrying a call with the same id never applies it twice |
| tournament_key | string | yes | The tournament's organiser key (starts with tk_) |
| Name | Type | Req | Description |
|---|---|---|---|
| players_total | number | yes | — |
| preview | boolean | — | True when this is a preview — nothing was changed |
| promoted | array | yes | Waitlisted players who took the freed spots |
| removed | array | yes | — |
| summary | string | yes | What happened, in one line |
No examples provided.
replace_player Replace player (substitution) ~140
A substitute takes over a player's spot. During play: slot takeover — completed results stay, the change is shown ("Anna, for Kristjan from R3"). Before the first result: choose mode slot_swap (default) or regenerate (re-pair and redraw using levels). Unknown substitute names are added to the roster automatically.
| Name | Type | Req | Description |
|---|---|---|---|
| in_player | object | yes | — |
| mode | string | — | — |
| out_player_name | string | yes | — |
| request_id | string | — | Optional idempotency id — retrying a call with the same id never applies it twice |
| tournament_key | string | yes | The tournament's organiser key (starts with tk_) |
| Name | Type | Req | Description |
|---|---|---|---|
| entry | string | yes | — |
| preview | boolean | — | True when this is a preview — nothing was changed |
| summary | string | yes | What happened, in one line |
No examples provided.
reschedule Reschedule ~104
Shift the start time, add a delay, or move one match to a specific court/slot. Played matches never move.
| Name | Type | Req | Description |
|---|---|---|---|
| delay_minutes | integer | — | — |
| move_match | object | — | — |
| request_id | string | — | Optional idempotency id — retrying a call with the same id never applies it twice |
| start_time | string | — | New ISO start time |
| tournament_key | string | yes | The tournament's organiser key (starts with tk_) |
| Name | Type | Req | Description |
|---|---|---|---|
| preview | boolean | — | True when this is a preview — nothing was changed |
| start_time | — | yes | — |
| summary | string | yes | What happened, in one line |
No examples provided.
set_pairs Set doubles pairs ~108
Fix the doubles pairs: pass explicit pairs by name, or auto-pair (random or level-balanced). Only before results exist. Regenerates an existing unlocked draw.
| Name | Type | Req | Description |
|---|---|---|---|
| auto | string | — | — |
| pairs | array | — | Fixed pairs as [name, name] arrays |
| request_id | string | — | Optional idempotency id — retrying a call with the same id never applies it twice |
| tournament_key | string | yes | The tournament's organiser key (starts with tk_) |
| Name | Type | Req | Description |
|---|---|---|---|
| pairs | array | yes | — |
| preview | boolean | — | True when this is a preview — nothing was changed |
| summary | string | yes | What happened, in one line |
No examples provided.
suggest_format Suggest a format ~272
Recommend tournament formats in plain language, with the round/time math done by the engine. Call this FIRST when the organiser has not named a format, names one hesitantly, or comes from a background where americano/mexicano need explaining — then relay the `menu` text as-is instead of asking an open 'which format?' question. SINGLES OR DOUBLES IS A PREREQUISITE: omit `discipline` and this returns the question to put to the organiser rather than a menu, because it decides which formats exist at all (americano and mexicano are doubles). Never infer it from the sport. Needs no key.
| Name | Type | Req | Description |
|---|---|---|---|
| courts | integer | — | Default 2 |
| discipline | string | — | Ask the organiser before offering formats; never infer it from the sport. 'unknown' = you asked and they don't mind, which shows both kinds. OMIT to get the question itself back. |
| fixed_partners | boolean | — | Doubles only: do pairs stay together all evening? |
| match_minutes | integer | — | — |
| players_estimate | integer | yes | — |
| total_minutes | integer | — | The time budget, e.g. 120 for a two-hour evening |
| vibe | string | — | Social: everyone mixes and plays a lot. Competitive: a bracket and a winner. |
| Name | Type | Req | Description |
|---|---|---|---|
| glossary | object | yes | — |
| menu | string | yes | Ready-to-show menu of the options — relay it to the organiser as-is. Do not compress it to bare format names. |
| note | string | yes | — |
| recommendations | array | yes | — |
No examples provided.
swap_partners Swap partners ~233
Exchange two players' places. Fixed-pair doubles: swaps partners between two pairs permanently (name one player from each pair). Americano/mexicano: pass `round` to swap two players' places in ONE unplayed round — the courtside patch for a late arrival, an injury, or two friends who want a game together. One of them may be sitting that round, which is how you put a late arrival on court. Preview first, confirm to apply: the preview names any partnership or meeting the swap would repeat. Results already played never move.
| Name | Type | Req | Description |
|---|---|---|---|
| confirm | boolean | — | Omit or false: return a preview of what would change. True: apply it. |
| player_a | string | yes | — |
| player_b | string | yes | — |
| request_id | string | — | Optional idempotency id — retrying a call with the same id never applies it twice |
| round | integer | — | Americano/mexicano only: which round to patch. Omit to swap the next unplayed round. |
| tournament_key | string | yes | The tournament's organiser key (starts with tk_) |
| Name | Type | Req | Description |
|---|---|---|---|
| pairs | array | — | — |
| preview | boolean | — | True when this is a preview — nothing was changed |
| repeats_meeting | array | — | — |
| repeats_partnership | array | — | — |
| round | number | — | — |
| summary | string | yes | What happened, in one line |
No examples provided.
undo_last_change Undo changes ~215
Roll the tournament back. Without to_change_id: restore exactly how it was before the most recent change (tool call or courtside page entry). With to_change_id (an id from get_audit_log): restore to just before that change — it and every later change are discarded in one step, so a burst of unwanted calls unwinds with a single revert. Preview lists exactly what would be discarded; confirm: true applies. A follow-up plain undo restores what the previous undo discarded.
| Name | Type | Req | Description |
|---|---|---|---|
| confirm | boolean | — | Omit or false: return a preview of what would change. True: apply it. |
| request_id | string | — | Optional idempotency id — retrying a call with the same id never applies it twice |
| to_change_id | integer | — | A change id from get_audit_log — restore to just before this change, discarding it and everything after it. Omit to undo only the latest change. |
| tournament_key | string | yes | The tournament's organiser key (starts with tk_) |
| Name | Type | Req | Description |
|---|---|---|---|
| discarded | array | yes | Every change this rollback discards, oldest first |
| discarded_count | number | yes | — |
| preview | boolean | — | True when this is a preview — nothing was changed |
| summary | string | yes | What happened, in one line |
| undone_at | string | yes | — |
| undone_summary | string | yes | — |
| undone_tool | string | yes | Tool behind the earliest discarded change |
No examples provided.
update_player Update players ~228
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 for a whole roster used to be one call per player, which on a phone meant approving each one and left the roster half-updated when some were mis-tapped. The whole batch applies or none of it does.
| Name | Type | Req | Description |
|---|---|---|---|
| gender | string | — | — |
| level | number | — | Any consistent numeric level/rating — used only for seeding and balancing |
| new_name | string | — | — |
| note | string | — | Free note shown on the tournament page. Pass an empty string to clear it. |
| player_name | string | — | Single update; or use `updates` for several |
| request_id | string | — | Optional idempotency id — retrying a call with the same id never applies it twice |
| tournament_key | string | yes | The tournament's organiser key (starts with tk_) |
| updates | array | — | Bulk edit — e.g. levels for a whole roster in one call |
| Name | Type | Req | Description |
|---|---|---|---|
| player | string | — | — |
| players | array | yes | — |
| preview | boolean | — | True when this is a preview — nothing was changed |
| summary | string | yes | What happened, in one line |
No examples provided.
update_settings Update settings ~546
Change the tournament name, start time, match duration, break/changeover minutes, courts (count or names), house rules, or courtside score entry from the page. Court changes recompute the remaining schedule; played matches never move.
| Name | Type | Req | Description |
|---|---|---|---|
| break_minutes | integer | — | Changeover between matches/rounds, shown separately from play time |
| court_names | array | — | — |
| courts | integer | — | — |
| gender_balance | string | — | Americano/mexicano: prefer matches where both teams have the same make-up (MM v MM, MW v MW, WW v WW). Default prefer_symmetric. A preference, not a rule — an uneven field cannot supply it, and the d… |
| house_rules | array | — | — |
| language | string | — | Page/PDF/email language: en (default) or et |
| level_gap_cap | number | — | Opt-in: the largest level gap the organiser wants between opponents, in their own level units. Soft — the draw prefers to respect it and reports when it cannot. Pass 0 to clear. |
| level_offset | number | — | by_group only: how much stronger an m is than an f carrying the SAME number, in the organiser's own level units. Default 1 — a starting point to adjust, not a fact. Used for balancing only; never sho… |
| level_scale | string | — | How to read the numbers in `level`. absolute (default): one shared scale, a 3 is a 3 whoever holds it. by_group: men and women were each rated within their own group, so the numbers are not directly… |
| location | string | — | Venue/location shown to players; pass an empty string to clear it |
| match_duration_minutes | integer | — | — |
| name | string | — | — |
| page_results_entry | boolean | — | Allow anyone with the page link to enter scores courtside. ON for new tournaments — pass false when the organiser wants to be the only one recording results, true to hand it back to the players. |
| request_id | string | — | Optional idempotency id — retrying a call with the same id never applies it twice |
| signup_cap | integer | — | — |
| signup_open | boolean | — | Open or close self-signup on the page |
| start_time | string | — | ISO datetime with offset. Must be within 365 days from today. |
| tournament_key | string | yes | The tournament's organiser key (starts with tk_) |
| Name | Type | Req | Description |
|---|---|---|---|
| courts | array | yes | — |
| preview | boolean | — | True when this is a preview — nothing was changed |
| promoted | array | yes | Waitlisted players a raised cap let in |
| summary | string | yes | What happened, in one line |
No examples provided.
withdraw_player Withdraw player ~119
Withdraw a player (or their pair) mid-tournament. Remaining matches become walkovers for the opponents; americano regenerates its future rounds instead. Preview first, confirm to apply.
| Name | Type | Req | Description |
|---|---|---|---|
| confirm | boolean | — | Omit or false: return a preview of what would change. True: apply it. |
| player_name | string | yes | — |
| request_id | string | — | Optional idempotency id — retrying a call with the same id never applies it twice |
| tournament_key | string | yes | The tournament's organiser key (starts with tk_) |
| Name | Type | Req | Description |
|---|---|---|---|
| affected_matches | number | yes | — |
| preview | boolean | — | True when this is a preview — nothing was changed |
| summary | string | yes | What happened, in one line |
No examples provided.