Skip to main content
Glama

Houtini-lm

by houtini-ai

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

NameRequiredDescriptionDefault
analysisDepthNoLevel of analysis detaildetailed
analysisTypeNoType of analysis to performcomprehensive
codeNoThe code to analyze (for single-file analysis)
filePathNoPath to single file to analyze
filesNoArray of specific file paths (for multi-file analysis)
includeCredentialCheckNoCheck for exposed credentials
languageNoProgramming languagejavascript
maxDepthNoMaximum directory depth for multi-file discovery (1-5)
optimizationFocusNoPrimary optimization focusall
projectPathNoPath to project root (for multi-file analysis)
suggestAlternativeNodesNoSuggest alternative node configurations
workflowNon8n workflow JSON object

Input Schema (JSON Schema)

{ "properties": { "analysisDepth": { "default": "detailed", "description": "Level of analysis detail", "enum": [ "basic", "detailed", "comprehensive" ], "type": "string" }, "analysisType": { "default": "comprehensive", "description": "Type of analysis to perform", "enum": [ "workflow", "security", "comprehensive" ], "type": "string" }, "code": { "description": "The code to analyze (for single-file analysis)", "type": "string" }, "filePath": { "description": "Path to single file to analyze", "type": "string" }, "files": { "description": "Array of specific file paths (for multi-file analysis)", "type": "array" }, "includeCredentialCheck": { "default": true, "description": "Check for exposed credentials", "type": "boolean" }, "language": { "default": "javascript", "description": "Programming language", "type": "string" }, "maxDepth": { "default": 3, "description": "Maximum directory depth for multi-file discovery (1-5)", "type": "number" }, "optimizationFocus": { "default": "all", "description": "Primary optimization focus", "enum": [ "performance", "error-handling", "maintainability", "all" ], "type": "string" }, "projectPath": { "description": "Path to project root (for multi-file analysis)", "type": "string" }, "suggestAlternativeNodes": { "default": true, "description": "Suggest alternative node configurations", "type": "boolean" }, "workflow": { "description": "n8n workflow JSON object", "type": "object" } }, "required": [], "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/houtini-ai/lm'

If you have feedback or need assistance with the MCP directory API, please join our Discord server