get_player_game_archives.ymlā¢623 B
mxcp: 1
tool:
name: get_player_game_archives
description: Get a list of available monthly game archives for a player on 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"]
return:
type: object
description: Archive URLs data
properties:
archives:
type: array
description: List of archive URLs
items:
type: string
description: Archive URL for a specific month