get_player_current_games
Retrieve all ongoing chess games for a specific player on Chess.com using their username. Ideal for tracking active matches and analyzing player activity.
Instructions
Get a player's ongoing games 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_current_gamesArguments",
"type": "object"
}