Lichess MCP

by karayaman
Verified

get_user_performance

Get performance statistics of a user

Input Schema

NameRequiredDescriptionDefault
perfYesThe speed or variant
usernameYesUsername of the player

Input Schema (JSON Schema)

{ "properties": { "perf": { "description": "The speed or variant", "enum": [ "ultraBullet", "bullet", "blitz", "rapid", "classical", "correspondence", "chess960", "crazyhouse", "antichess", "atomic", "horde", "kingOfTheHill", "racingKings", "threeCheck" ], "type": "string" }, "username": { "description": "Username of the player", "type": "string" } }, "required": [ "username", "perf" ], "type": "object" }