save_scene
Saves the current Excalidraw diagram elements and scene state as a .excalidraw file, enabling easy export and reuse of the workspace. Supports custom filenames for organized storage.
Instructions
Saves the current Excalidraw elements and scene state to a .excalidraw file.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
filename | No | Optional filename ending with .excalidraw (default: mcp_scene.excalidraw) |
Input Schema (JSON Schema)
{
"properties": {
"filename": {
"description": "Optional filename ending with .excalidraw (default: mcp_scene.excalidraw)",
"type": "string"
}
},
"type": "object"
}