Validate an Excalidraw scene
validate_diagramCheck an Excalidraw scene for schema errors, broken arrow bindings, unacknowledged labels, floating endpoints, and overlapping shapes. Provide the scene JSON or file path.
Instructions
Check an Excalidraw scene for schema errors, one-sided arrow bindings, labels whose container does not acknowledge them, arrows whose endpoints float away from the shapes they claim to be bound to, and overlapping shapes. Accepts the JSON itself or a path to a .excalidraw file.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| scene | Yes | The scene as a JSON string, or a path to a .excalidraw file. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |