Skip to main content
Glama

Houtini-lm

by houtini-ai

analyze_database_queries

Analyze database queries in code for performance, security, and best practices to identify issues and assess technical debt.

Instructions

Analyze database queries for performance, security, and best practices in code files or entire projects

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 database analysis to performcomprehensive
codeNoThe code to analyze for database queries (for single-file analysis)
contextNoDatabase and framework context for specialized analysis
filePathNoPath to single file to analyze for database queries
filesNoArray of specific file paths (for multi-file analysis)
languageNoProgramming languagephp
maxDepthNoMaximum directory depth for multi-file discovery (1-5)
projectPathNoPath to project root (for multi-file database analysis)

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 database analysis to perform", "enum": [ "security", "performance", "best-practices", "comprehensive" ], "type": "string" }, "code": { "description": "The code to analyze for database queries (for single-file analysis)", "type": "string" }, "context": { "description": "Database and framework context for specialized analysis", "type": "object" }, "filePath": { "description": "Path to single file to analyze for database queries", "type": "string" }, "files": { "description": "Array of specific file paths (for multi-file analysis)", "type": "array" }, "language": { "default": "php", "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 database 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