list_moves_detailed
Get complete move history for the current chess game, showing ply, side, UCI, and SAN notation for each move.
Instructions
Return detailed move history.
Each item: { ply:int, side:"white"|"black", uci:string, san:string }
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |