archimate_export_mermaid
Exports an ArchiMate model or specific view as Mermaid diagram syntax, with options for direction, labels, and layer filtering.
Instructions
Generate Mermaid diagram syntax from the model or a specific view
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| view_id | No | Optional: ID of a specific view to export (exports full model if not specified) | |
| direction | No | Diagram direction (default: TB for top-to-bottom) | |
| include_labels | No | Include relationship labels in diagram (default: false) | |
| layer_filter | No | Filter to specific layers (e.g., ["Business", "Application"]) |