test-and-repair-automation-workflow
Validate and repair an n8n workflow JSON before production. Modes (set mode in the JSON input): static - deterministic plus model checks of nodes, connections, credentials, expressions, reachability ($0.10); simulated - synthetic dry run with safe fixtures ($0.50); repair - minimal RFC 6902 JSON Patch plus replay fixture, patch re-validated in-worker ($2.00). Returns PASS/FAIL/REVIEW with exact node and field, stable reason codes, and an evidence packet. Pay-per-call: $0.10 USDC on Base via x402. Without a payment-signature header the call returns an error whose data carries the payment terms.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | No | The question or input for this tool. Example: {"mode":"static","workflow":{"nodes":[...],"connections":{...}}} | |
| context | No | Optional supporting text or content to analyze |