mermaid_to_excalidraw
Convert a Mermaid diagram into Excalidraw elements and save the result to a file. Useful for editing Mermaid diagrams inside Excalidraw.
Instructions
Convert a Mermaid diagram to Excalidraw elements and optionally render it.
NOT IMPLEMENTED YET. Planned to wrap the official @excalidraw/mermaid-to-excalidraw npm package via a small Node/Bun shim rather than reimplementing Mermaid parsing.
Return Format
{"success": False, "error": str, "error_type": "not_implemented", "suggestions": list[str]}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| output_path | Yes | Path to write the converted/rendered output. | |
| mermaid_source | Yes | Mermaid diagram source text. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||