preview_n8n_import
Analyze n8n workflow JSON to preview import results, identify unsupported nodes, and generate readiness summary before actual import.
Instructions
Preview a deterministic n8n import from JSON. Returns:
normalized import hash and IR
mapped step graph
unsupported nodes + remediation
warnings/risks
draft workflow build contract and compiler readiness summary
This is a read-only preview and does not create any workflow.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| n8nJson | No | n8n workflow JSON object or string export | |
| options | No | Optional import options (e.g. maxNodes, allowPartial) | |
| workflow | No | Optional workflow metadata overrides for preview contract |