Skip to main content
Glama

Houtini-lm

by houtini-ai

wordpress_plugin_readiness

Analyzes WordPress plugins for security vulnerabilities, coding standards, performance issues, and WordPress.org submission requirements to ensure compliance and readiness.

Instructions

Comprehensive WordPress plugin readiness check for security, best practices, and WordPress.org submission

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 detailcomprehensive
includeStepsNoSpecific analysis steps to include
maxDepthNoMaximum directory depth for file discovery (1-5)
maxFilesNoMaximum number of PHP files to analyze
phpVersionNoTarget PHP version for compatibility8.0
projectPathYesPath to WordPress plugin root directory
wpVersionNoTarget WordPress version for compatibility6.4

Input Schema (JSON Schema)

{ "properties": { "analysisDepth": { "default": "comprehensive", "description": "Level of analysis detail", "enum": [ "basic", "detailed", "comprehensive" ], "type": "string" }, "includeSteps": { "default": [ "structure", "security", "database", "quality", "standards", "performance" ], "description": "Specific analysis steps to include", "type": "array" }, "maxDepth": { "default": 3, "description": "Maximum directory depth for file discovery (1-5)", "type": "number" }, "maxFiles": { "default": 50, "description": "Maximum number of PHP files to analyze", "type": "number" }, "phpVersion": { "default": "8.0", "description": "Target PHP version for compatibility", "type": "string" }, "projectPath": { "description": "Path to WordPress plugin root directory", "type": "string" }, "wpVersion": { "default": "6.4", "description": "Target WordPress version for compatibility", "type": "string" } }, "required": [ "projectPath" ], "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