analyze_n8n_workflow
Analyze n8n workflow JSON to identify efficiency issues, improve error handling, and apply best practices for optimization.
Instructions
Analyze and optimize n8n workflow JSON for efficiency, error handling, and best practices
WORKFLOW: Perfect for understanding complex code, identifying issues, and technical debt assessment TIP: Use Desktop Commander to read files, then pass content here for analysis SAVES: Claude context for strategic decisions
Input Schema
Name | Required | Description | Default |
---|---|---|---|
analysisDepth | No | Level of analysis detail | detailed |
analysisType | No | Type of analysis to perform | comprehensive |
code | No | The code to analyze (for single-file analysis) | |
filePath | No | Path to single file to analyze | |
files | No | Array of specific file paths (for multi-file analysis) | |
includeCredentialCheck | No | Check for exposed credentials | |
language | No | Programming language | javascript |
maxDepth | No | Maximum directory depth for multi-file discovery (1-5) | |
optimizationFocus | No | Primary optimization focus | all |
projectPath | No | Path to project root (for multi-file analysis) | |
suggestAlternativeNodes | No | Suggest alternative node configurations | |
workflow | No | n8n workflow JSON object |