get_tv_game
Retrieve the current TV game in PGN format from Lichess by specifying a channel like 'blitz', 'bullet', or 'classical' for analysis or viewing.
Instructions
Get current TV game in PGN format
Input Schema
Name | Required | Description | Default |
---|---|---|---|
channel | No | Channel name like 'bot', 'blitz', etc. |
Input Schema (JSON Schema)
{
"properties": {
"channel": {
"description": "Channel name like 'bot', 'blitz', etc.",
"enum": [
"bot",
"blitz",
"racingKings",
"ultraBullet",
"bullet",
"classical",
"threeCheck",
"antichess",
"computer",
"horde",
"rapid",
"atomic",
"crazyhouse",
"chess960",
"kingOfTheHill",
"best"
],
"type": "string"
}
},
"type": "object"
}