Visualize YAML
visualize_yamlTurn YAML into a diagram. Returns Mermaid source; with an API key it also returns a public image hosted on yamltools.dev. Supports TREE (hierarchy) and FLOW (flowchart).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| yaml | Yes | The YAML content to visualize | |
| format | No | Output image format | svg |
| diagramType | No | TREE for hierarchy, FLOW for flowchart | TREE |