get_swiss_games
Retrieve all games from a specific Swiss tournament on Lichess using the tournament ID. Ideal for analyzing or reviewing tournament gameplay and results.
Instructions
Get games 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"
}