get_player_stats
Retrieve detailed chess statistics for a specific player on Chess.com. Input the player's username to access their performance data, game history, and public information.
Instructions
Get a player's stats from Chess.com
Input Schema
Name | Required | Description | Default |
---|---|---|---|
username | Yes |
Input Schema (JSON Schema)
{
"properties": {
"username": {
"title": "Username",
"type": "string"
}
},
"required": [
"username"
],
"title": "get_player_statsArguments",
"type": "object"
}