get_player_stats.ymlā¢930 B
mxcp: 1
tool:
name: get_player_stats
description: Get a player's stats 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"]
return:
type: object
description: Player statistics for different game types
properties:
chess_blitz:
type: object
description: Blitz chess statistics
chess_rapid:
type: object
description: Rapid chess statistics
chess_bullet:
type: object
description: Bullet chess statistics
chess_daily:
type: object
description: Daily chess statistics
puzzle_rush:
type: object
description: Puzzle rush statistics
tactics:
type: object
description: Tactics statistics