cloudforge_mermaid_from_json
Convert JSON diagram data (nodes and edges) into Mermaid flowchart code for cloud architecture visualization. Use when diagram data is already available in memory.
Instructions
Convert raw diagram JSON (nodes + edges) to a Mermaid flowchart without fetching from the server. Use this when you already have diagram data in memory.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| diagram_json | Yes | JSON string: { nodes: [...], edges: [...], name?: string } |