read_scene
Retrieve the current drawing state from a live Excalidraw room. Request a compact element summary or full JSON array to review positions, sizes, text, and stroke paths.
Instructions
Read the current drawing. 'summary' gives one line per element with position, size, text, and a sampled path for freehand strokes. 'json' returns the full Excalidraw element array.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| format | No | summary | |
| includeDeleted | No |