get_puzzle_race
Retrieve detailed information about a puzzle race on Lichess by providing the race ID. Ideal for tracking progress, analyzing results, and staying updated on race outcomes.
Instructions
Get info about a puzzle race
Input Schema
Name | Required | Description | Default |
---|---|---|---|
raceId | Yes | ID of the puzzle race |
Input Schema (JSON Schema)
{
"properties": {
"raceId": {
"description": "ID of the puzzle race",
"type": "string"
}
},
"required": [
"raceId"
],
"type": "object"
}