get_games
ActiveTool of chess
declared in 0.1.0
Retrieve a player's completed games for a specific month (format: YYYY/MM, e.g., '2024/01'). Returns game URLs, time controls, results, and ratings.
Parameters schema
{
"type": "object",
"examples": [
{
"year": 2024,
"month": 1,
"username": "hikaru"
},
{
"year": 2024,
"month": 12,
"username": "magnuscarlsen"
}
],
"required": [
"username",
"year",
"month"
],
"properties": {
"year": {
"type": "number",
"description": "Year (e.g., 2024)"
},
"month": {
"type": "number",
"description": "Month as a number (1-12)"
},
"username": {
"type": "string",
"description": "Chess.com username"
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
chess
https://github.com/pipeworx-io/mcp-chess
1/7 registries