Lichess MCP

by karayaman
Verified

get_users_status

Get real-time users status

Input Schema

NameRequiredDescriptionDefault
idsYesUser IDs separated by commas. Up to 100 IDs.
withGameIdsNoInclude IDs of ongoing games
withGameMetasNoInclude metadata of ongoing games
withSignalNoInclude network signal strength (1-4)

Input Schema (JSON Schema)

{ "properties": { "ids": { "description": "User IDs separated by commas. Up to 100 IDs.", "type": "string" }, "withGameIds": { "description": "Include IDs of ongoing games", "type": "boolean" }, "withGameMetas": { "description": "Include metadata of ongoing games", "type": "boolean" }, "withSignal": { "description": "Include network signal strength (1-4)", "type": "boolean" } }, "required": [ "ids" ], "type": "object" }