Skip to main content
Glama

Lichess MCP

get_broadcast_round

Retrieve detailed information for a specific round within a broadcast on the Lichess chess platform. Input the broadcast ID and round ID to access tournament or event round data.

Instructions

Get one round of a broadcast

Input Schema

NameRequiredDescriptionDefault
broadcastIdYesID of the broadcast
roundIdYesID of the round

Input Schema (JSON Schema)

{ "properties": { "broadcastId": { "description": "ID of the broadcast", "type": "string" }, "roundId": { "description": "ID of the round", "type": "string" } }, "required": [ "broadcastId", "roundId" ], "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/karayaman/lichess-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server