Skip to main content
Glama

Houtini-lm

by houtini-ai

compare_integration

Analyze code integration across files to detect mismatches, missing imports, and compatibility issues, providing actionable fixes with line numbers.

Instructions

Compare integration between multiple files to identify mismatches, missing imports, and compatibility issues. Returns actionable fixes with line numbers.

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 integration analysis to performintegration
codeNoThe code to analyze (for single-file analysis)
filePathNoPath to single file to analyze
filesNoArray of absolute file paths to analyze
focusNoSpecific areas to focus on: method_compatibility, namespace_dependencies, data_flow, missing_connections
languageNoProgramming languagejavascript
maxDepthNoMaximum directory depth for multi-file discovery (1-5)
projectPathNoPath to project root (for multi-file analysis)

Input Schema (JSON Schema)

{ "properties": { "analysisDepth": { "default": "detailed", "description": "Level of analysis detail", "enum": [ "basic", "detailed", "comprehensive" ], "type": "string" }, "analysisType": { "default": "integration", "description": "Type of integration analysis to perform", "enum": [ "integration", "compatibility", "dependencies" ], "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 absolute file paths to analyze", "type": "array" }, "focus": { "default": [], "description": "Specific areas to focus on: method_compatibility, namespace_dependencies, data_flow, missing_connections", "type": "array" }, "language": { "default": "javascript", "description": "Programming language", "type": "string" }, "maxDepth": { "default": 3, "description": "Maximum directory depth for multi-file discovery (1-5)", "type": "number" }, "projectPath": { "description": "Path to project root (for multi-file 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