withdraw_from_swiss
Withdraw from a Swiss tournament on Lichess by submitting the tournament ID using this tool, managed through the Lichess MCP server.
Instructions
Withdraw from a Swiss tournament
Input Schema
Name | Required | Description | Default |
---|---|---|---|
swissId | Yes | Swiss tournament ID |
Input Schema (JSON Schema)
{
"properties": {
"swissId": {
"description": "Swiss tournament ID",
"type": "string"
}
},
"required": [
"swissId"
],
"type": "object"
}