What problem does it solve?
It prevents cryptic n8n node validation errors by ensuring you build each node using the exact, version-accurate parameter shape instead of guessing from outdated memory.
Core Features & Use Cases
- Canonical parameter shaping via get_node_types: forces you to fetch the live node schema using discriminators (resource, operation, and mode where applicable) before composing configuration.
- Operation-first configuration workflow: guides you to set
resource and operation first so conditional fields become available and required fields are not missed.
- Gotcha-driven references for common node families: includes targeted reference guidance for HTTP, Webhook, Comms, Database, AI Agent node knobs, Switch fallback behavior, and Trigger timing/input shape pitfalls.
Quick Start
Ask the agent: "Configure this n8n node for the goal I describe, but first call get_node_types with the correct discriminators and then build the node config from the returned parameter shape."