visualize_board
Render a chess position as a text board using FEN notation with ASCII or Unicode pieces for clear visual analysis.
Instructions
Render a position as a text board for human reading.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fen | No | Position in FEN. Omit for the starting position. | |
| unicode | No | Use Unicode chess piece glyphs (True) or ASCII letters (False). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||