Skip to main content
Glama

Houtini-lm

by houtini-ai

analyze_dependencies

Analyze code dependencies to identify circular references, unused imports, version conflicts, and coupling issues for technical debt assessment.

Instructions

Analyze code dependencies including circular references, unused imports, version conflicts, and coupling issues

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 dependency analysis detaildetailed
analysisTypeNoType of dependency analysis to performcomprehensive
checkDevDependenciesNoInclude devDependencies in analysis
codeNoThe code to analyze for dependencies (single-file analysis)
filePathNoPath to single file to analyze for dependencies
filesNoArray of specific file paths for dependency analysis
ignorePatternsNoPatterns to ignore (e.g., ["node_modules", "*.test.js"])
includePackageJsonNoInclude package.json analysis for version conflicts
languageNoProgramming language for language-specific dependency patternsjavascript
maxDepthNoMaximum directory depth for dependency discovery (1-5)
projectPathNoPath to project root for comprehensive dependency analysis

Input Schema (JSON Schema)

{ "properties": { "analysisDepth": { "default": "detailed", "description": "Level of dependency analysis detail", "enum": [ "basic", "detailed", "comprehensive" ], "type": "string" }, "analysisType": { "default": "comprehensive", "description": "Type of dependency analysis to perform", "enum": [ "imports", "circular", "unused", "coupling", "comprehensive" ], "type": "string" }, "checkDevDependencies": { "default": false, "description": "Include devDependencies in analysis", "type": "boolean" }, "code": { "description": "The code to analyze for dependencies (single-file analysis)", "type": "string" }, "filePath": { "description": "Path to single file to analyze for dependencies", "type": "string" }, "files": { "description": "Array of specific file paths for dependency analysis", "type": "array" }, "ignorePatterns": { "default": [ "node_modules", "*.min.js", "*.bundle.js" ], "description": "Patterns to ignore (e.g., [\"node_modules\", \"*.test.js\"])", "type": "array" }, "includePackageJson": { "default": true, "description": "Include package.json analysis for version conflicts", "type": "boolean" }, "language": { "default": "javascript", "description": "Programming language for language-specific dependency patterns", "type": "string" }, "maxDepth": { "default": 4, "description": "Maximum directory depth for dependency discovery (1-5)", "type": "number" }, "projectPath": { "description": "Path to project root for comprehensive dependency analysis", "type": "string" } }, "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