visualize_board_tool
Show the current chess position as ASCII art with pieces, ranks, and files. Use after each move to display the board state clearly.
Instructions
Returns a visual ASCII representation of the current board position.
Shows the board with pieces, ranks, and files for easy reading.
Always use this after moves to display to the user, and don't just leave the response, in your
response to the user, it should include this ascii art within it.
Args:
None
Returns:
A string containing an ASCII art visualization of the board
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |