Skip to main content
Glama

Lichess MCP

push_broadcast_round_pgn

Send PGN-formatted chess games to a specific round within a Lichess broadcast. Facilitates game updates and sharing progress in tournaments or events.

Instructions

Push PGN to a broadcast round

Input Schema

NameRequiredDescriptionDefault
broadcastIdYesID of the broadcast
pgnYesPGN games to push
roundIdYesID of the round

Input Schema (JSON Schema)

{ "properties": { "broadcastId": { "description": "ID of the broadcast", "type": "string" }, "pgn": { "description": "PGN games to push", "type": "string" }, "roundId": { "description": "ID of the round", "type": "string" } }, "required": [ "broadcastId", "roundId", "pgn" ], "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