chesscom_archives
List the monthly archive URLs for a Chess.com player to identify which months have games before fetching a specific month's games.
Instructions
The list of monthly game archives available for a player — call this before asking for a month's games.
Returns: {archives:[url]} — URLs ending /games/YYYY/MM; take the year and month from the last entry to fetch the most recent games
Example: Which months a player has games for {"username": "hikaru"}
Auth: none needed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| username | Yes | Chess.com username. Required — part of the URL path. |