chess_analyze_pgn
Analyze a chess game from a PGN string using Stockfish to evaluate positions and suggest improvements. Specify time per move for tailored engine analysis.
Instructions
Analyze a single PGN string with Stockfish.
Parameters:
pgn_string: The PGN of the game to analyze
movetime_ms: Time per move for engine analysis (default 500)
Example:
chess_analyze_pgn("[Event ...] 1. e4 e5 ...", 300)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pgn_string | Yes | ||
| movetime_ms | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |