Check Excalidraw canvas
check_canvasValidate a canvas document to ensure it is a properly bounded and standard Excalidraw file before further processing.
Instructions
Checks that a canvas is a valid bounded standard document.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| canvasPath | Yes | Full workspace-relative canvas path under projectPath, for example designs/m3/main.excalidraw. Never pass only main.excalidraw. | |
| projectPath | Yes | Full workspace-relative project path, for example designs/m3. |