get_swiss_info
Retrieve detailed information about a Swiss tournament on Lichess by providing the tournament ID. Ideal for participants or organizers seeking updates and insights on the competition.
Instructions
Get info about 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"
}