create_arena
Create custom arena tournaments on Lichess by defining name, duration, variant, timing, and participation rules. Manage formats like chess960, atomic, and more for rated or casual play.
Instructions
Create a new arena tournament
Input Schema
Name | Required | Description | Default |
---|---|---|---|
berserkable | No | Whether players can use berserk | |
clockIncrement | No | Clock increment in seconds | |
clockTime | No | Clock initial time in minutes | |
conditions | No | Restrict participation | |
description | No | Tournament description (HTML) | |
hasChat | No | Whether players can discuss in a chat | |
minutes | No | Tournament duration in minutes | |
name | Yes | Name of the tournament | |
position | No | Custom initial position in FEN format | |
rated | No | Whether the tournament is rated | |
startDate | No | Timestamp to start the tournament at a given date | |
streakable | No | Whether players can get streaks | |
variant | No | Variant key | standard |
waitMinutes | No | Time before tournament starts, in minutes |