get_team_battle_results
Retrieve tournament results for a team battle using the tournament ID. This tool enables users to analyze competition outcomes directly through the Lichess MCP server.
Instructions
Get results of a team battle tournament
Input Schema
Name | Required | Description | Default |
---|---|---|---|
tournamentId | Yes | Tournament ID |
Input Schema (JSON Schema)
{
"properties": {
"tournamentId": {
"description": "Tournament ID",
"type": "string"
}
},
"required": [
"tournamentId"
],
"type": "object"
}