Skip to main content
Glama

Hi-AI

by su-record

validate_code_quality

Assess and improve code quality by analyzing complexity, coupling, cohesion, maintainability, and performance metrics. Supports automated validation for components, functions, hooks, and general code types.

Instructions

IMPORTANT: This tool should be automatically called when users say "품질", "리뷰", "검사", "quality", "review code", "check quality", "validate", "코드 리뷰" or similar keywords. Validate code quality

Input Schema

NameRequiredDescriptionDefault
codeYesCode to validate
metricsNoSpecific metrics to check
strictNoApply strict validation rules
typeNoCode type

Input Schema (JSON Schema)

{ "properties": { "code": { "description": "Code to validate", "type": "string" }, "metrics": { "description": "Specific metrics to check", "enum": [ "complexity", "coupling", "cohesion", "maintainability", "performance", "all" ], "type": "string" }, "strict": { "description": "Apply strict validation rules", "type": "boolean" }, "type": { "description": "Code type", "enum": [ "component", "function", "hook", "utility", "general" ], "type": "string" } }, "required": [ "code" ], "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/su-record/hi-ai'

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