List Legal Chess Moves
game_legal_movesGet all legal moves in the current chess position, including SAN, UCI, piece, capture, and promotion details, to support move analysis and strategy.
Instructions
List all legal moves in the current position (SAN, UCI, piece, capture, promotion).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| game_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| count | Yes | ||
| moves | Yes | ||
| game_id | Yes | ||
| revision | Yes |