Render board image
get_board_imageRender a project's board as an image and return it: its tables, enums and relationships drawn at their saved positions, with sticky notes, drawings and pasted images. Use this to SEE the board - to check a layout you just wrote, or to find cards that overlap or sit far from what they relate to. Returns a PNG plus a one-line summary; pass format='svg' for the vector source as text. The image is a picture of the SCHEMA: diagram cards, groups and cross-links are NOT drawn, so an absent frame or connector here is not evidence the write failed - read get_board for those.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| grid | No | Draw the board's dotted grid background. Default true. | |
| enums | No | Include enum cards. Default true. | |
| scale | No | Pixel scale. Clamped down automatically to keep the image small enough to return inline. | |
| theme | No | Color theme: 'dark' (default) or 'light'. | dark |
| format | No | 'png' (default) or 'svg'. | png |
| padding | No | Blank margin around the content, in board units. Default 80. | |
| projectId | Yes | Project id (uuid). |