join_simul
Enables users to join a simul on the Lichess chess platform by providing the simul ID, facilitating participation in simultaneous chess games hosted by a single player.
Instructions
Join a simul
Input Schema
Name | Required | Description | Default |
---|---|---|---|
simulId | Yes | ID of the simul |
Input Schema (JSON Schema)
{
"properties": {
"simulId": {
"description": "ID of the simul",
"type": "string"
}
},
"required": [
"simulId"
],
"type": "object"
}