preview_architecture
Generate SVG architecture diagrams inline from a DSL or structured spec, enabling direct display or post-processing without writing files.
Instructions
Return the SVG markup inline instead of writing a file. Use when the client can display or post-process SVG directly.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dsl | No | Diagram in the it-architecture DSL (preferred). Call get_authoring_guide once to learn it. | |
| spec | No | Structured diagram spec; alternative to 'dsl'. | |
| style | No | ||
| title | No | Overrides the title in dsl/spec. | |
| footer | No | ||
| legend | No | ||
| subtitle | No | ||
| direction | No | Flow direction; LR is the default. | |
| transparent | No |