comfyui_summarize_workflow
Summarize ComfyUI workflow structure, data flow, and key parameters from a JSON graph. Get a human-readable text summary or a Mermaid flowchart.
Instructions
Summarize a ComfyUI workflow's structure, data flow, and key parameters.
Parses the workflow graph, extracts models, parameters, and execution flow. Enriches with display names from the ComfyUI server when available.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| workflow | Yes | JSON string of a ComfyUI workflow (API format). Each top-level key is a node ID, each value has 'class_type' and 'inputs'. | |
| output_format | No | Output format: 'text' (human-readable summary) or 'mermaid' (Mermaid flowchart markup). | text |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |