Lichess MCP

by karayaman
Verified

get_rating_history

Retrieve a user's rating history across all performance types on Lichess by providing their username. Useful for tracking chess skill progression over time.

Instructions

Get rating history of a user for all perf types

Input Schema

NameRequiredDescriptionDefault
usernameYesUsername of the player

Input Schema (JSON Schema)

{ "properties": { "username": { "description": "Username of the player", "type": "string" } }, "required": [ "username" ], "type": "object" }
ID: x7iuw37s1v