get_rating_history
Retrieve detailed rating history across all performance types for a specified Lichess player, enabling comprehensive insight into their chess progress and performance trends.
Instructions
Get rating history of a user for all perf types
Input Schema
Name | Required | Description | Default |
---|---|---|---|
username | Yes | Username of the player |
Input Schema (JSON Schema)
{
"properties": {
"username": {
"description": "Username of the player",
"type": "string"
}
},
"required": [
"username"
],
"type": "object"
}