chess_analyze_recent_game
Run engine analysis on a recent chess game. Specify the game index (0 for most recent) and per-move analysis time in milliseconds.
Instructions
Run engine analysis on one of your recent games (0 = latest).
Parameters:
game_index: Which recent game to analyze (0 = latest)
movetime_ms: Time per move for engine analysis in milliseconds (default 500)
Example:
chess_analyze_recent_game(0, 700)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| game_index | No | ||
| movetime_ms | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |