download_player_games_pgn.ymlā¢764 B
mxcp: 1
tool:
name: download_player_games_pgn
description: Download PGN files for all games in a specific month from Chess.com
language: python
source:
file: ../python/player_tools.py
parameters:
- name: username
type: string
description: The Chess.com username
pattern: "^[a-zA-Z0-9_-]+$"
examples: ["hikaru", "magnuscarlsen"]
- name: year
type: integer
description: Year (YYYY format)
minimum: 2007
maximum: 2100
examples: [2024, 2023]
- name: month
type: integer
description: Month (MM format, 01-12)
minimum: 1
maximum: 12
examples: [1, 6, 12]
return:
type: string
description: Multi-game PGN format text containing all games for the month