create_tournament
Create a tournament. The only tool that needs no session_token: it makes an account for this tournament and returns the session_token for it, which every other tool then requires. Keep that token — it is the only way back to this tournament, and it is not recoverable.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Tournament name | |
| sport | No | What is being played: volleyball, football, basketball, other. This decides the points, whether a draw is a result at all, and how many sets a match is played to — so getting it wrong scores the whole day wrong. Defaults to "other", which is a generic table rather than a guess. |