get_swiss_results
Retrieve the results of a Swiss tournament on Lichess by providing the tournament ID. Use this tool to view participant standings and outcomes in structured format.
Instructions
Get results of 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"
}