You're viewing a demo portfolio

Join the waitlist
PRSM

get_games

Active

Tool 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"
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

chess

https://github.com/pipeworx-io/mcp-chess

1/7 registries
View full server →
get_games — chess — PRSM MCP