arch_generate_diagram
Convert architecture analysis summaries into Mermaid or PlantUML markup. Select component, sequence, class, or deployment diagrams to visualize system structure.
Instructions
Generate architecture diagram markup (Mermaid or PlantUML) from project analysis
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| format | No | Output format: 'mermaid' or 'plantuml' | |
| api_key | No | API key for authentication | |
| diagram_type | No | Diagram type: 'component', 'sequence', 'class', or 'deployment' | |
| architecture_summary | Yes | Architecture analysis summary or component descriptions |