render_report
Verify canvas renders by reading back actual layout, text, overflow flags, data source, and colors as JSON. Catch clipping, confirm live data, and inspect computed styles without parsing a PNG.
Instructions
Read back what a canvas actually rendered, as JSON (a companion to render_preview's image). Per element: the resolved box, the text that rendered, overflow/clip flags (overflow_x when content is wider than its box), "data_source" (live | sample | error | static), and computed colours; plus the board's resolved background / theme. Use it to verify a render — catch clipping, confirm live data, read the real colours — without parsing a PNG. (Widget cells render into shadow DOM, so their "text" may be empty; data primitives and decorations report their text.)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page_id | Yes |