Get tournament briefing
get_briefingCompact 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.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tournament_key | Yes | The tournament's organiser key (starts with tk_) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| 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 it: not as a greeting, not after a result, not alongside a report. Say `lead` then `text`, nothing of your own in between. Both are English already: relay them unchanged unless the organiser is writing to you in another language. If they are, translate `lead` — but translate `text` ONLY when kind is 'fact'. A joke goes out in English word for word, whatever language you are speaking, because translating it destroys it. | |
| sport | Yes | ||
| courts | Yes | ||
| format | Yes | ||
| signup | Yes | ||
| status | Yes | ||
| next_up | Yes | ||
| players | Yes | ||
| page_url | Yes | ||
| discipline | Yes | ||
| start_time | Yes | ||
| players_total | Yes | ||
| standings_top | Yes | ||
| matches_played | Yes | ||
| matches_pending | Yes | ||
| page_results_entry | 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. |