withdraw_from_arena
Withdraw from a Lichess arena tournament by specifying the tournament ID using the Lichess MCP server.
Instructions
Withdraw from an arena tournament
Input Schema
Name | Required | Description | Default |
---|---|---|---|
tournamentId | Yes | Tournament ID |
Input Schema (JSON Schema)
{
"properties": {
"tournamentId": {
"description": "Tournament ID",
"type": "string"
}
},
"required": [
"tournamentId"
],
"type": "object"
}