join_swiss
Enables users to join Swiss tournaments on Lichess using the specified tournament ID. Simplifies participation in structured chess events through the Lichess MCP server.
Instructions
Join 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"
}