validate_node_minimal
Validate required fields in n8n workflows by passing node type and empty configuration. Ensure correct setup for automation tasks with minimal input.
Instructions
Check n8n node required fields. Pass nodeType as string and config as empty object {}. Example: nodeType="nodes-base.webhook", config={}
Input Schema
Name | Required | Description | Default |
---|---|---|---|
config | Yes | Configuration object. Always pass {} for empty config | |
nodeType | Yes | Node type as string. Example: "nodes-base.slack" |