withdraw_from_simul
Remove yourself from a simul on Lichess by providing the simul ID. Use this tool to exit a simul game session efficiently and manage your participation.
Instructions
Withdraw from 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"
}