get_player_game_archives
Retrieve monthly game archives for a Chess.com player by entering their username, enabling access to their historical game data for analysis or review.
Instructions
Get a list of available monthly game archives for a player on 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_game_archivesArguments",
"type": "object"
}