board_ascii
Render the current chess board as an ASCII diagram from White's perspective, suitable for displaying in UIs, logs, or chat.
Instructions
Return an ASCII representation of the board from White's perspective.
Notes:
This is a human-oriented view, suitable for displaying the board to users in UIs, logs, or chat.
For model reasoning, prefer the JSON map in get_status().pieces.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |