Skip to main content
Glama

Lichess MCP

create_simul

Create and customize a simul on Lichess by setting parameters like variant, clock timings, rating limits, and host color, enabling simultaneous chess matches against multiple opponents.

Instructions

Create a new simul

Input Schema

NameRequiredDescriptionDefault
clockIncrementNoClock increment in seconds
clockTimeNoClock initial time in minutes
colorNoColor the host will playwhite
maxRatingNoMaximum rating to join
minRatingNoMinimum rating to join
nameYesName of the simul
textNoDescription of the simul
variantNoVariant keystandard

Input Schema (JSON Schema)

{ "properties": { "clockIncrement": { "default": 3, "description": "Clock increment in seconds", "type": "number" }, "clockTime": { "default": 5, "description": "Clock initial time in minutes", "type": "number" }, "color": { "default": "white", "description": "Color the host will play", "enum": [ "white", "black" ], "type": "string" }, "maxRating": { "description": "Maximum rating to join", "type": "number" }, "minRating": { "description": "Minimum rating to join", "type": "number" }, "name": { "description": "Name of the simul", "type": "string" }, "text": { "description": "Description of the simul", "type": "string" }, "variant": { "default": "standard", "description": "Variant key", "enum": [ "standard", "chess960", "crazyhouse", "antichess", "atomic", "horde", "kingOfTheHill", "racingKings", "threeCheck" ], "type": "string" } }, "required": [ "name" ], "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