Skip to main content
Glama

WordPress Code Review MCP Server

validate_code

Validate PHP, JavaScript, CSS, or HTML code against WordPress coding standards to ensure compliance with best practices and maintain code quality.

Instructions

Validate code against configured coding standards

Input Schema

NameRequiredDescriptionDefault
codeYesThe code to validate
languageYesThe programming language of the code

Input Schema (JSON Schema)

{ "properties": { "code": { "description": "The code to validate", "type": "string" }, "language": { "description": "The programming language of the code", "enum": [ "php", "javascript", "css", "html" ], "type": "string" } }, "required": [ "code", "language" ], "type": "object" }

You must be authenticated.

Other Tools from WordPress Code Review MCP Server

Related Tools

    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/miniOrangeDev/wp-code-review-mcp-server'

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