Skip to main content
Glama

Hi-AI

by su-record

check_coupling_cohesion

Analyzes code coupling and cohesion to evaluate module structure and dependencies. Input code with type (class, module, function, component) to assess design quality effectively.

Instructions

IMPORTANT: This tool should be automatically called when users say "결합도", "응집도", "coupling", "cohesion", "dependencies check", "module structure" or similar keywords. Check coupling and cohesion

Input Schema

NameRequiredDescriptionDefault
checkDependenciesNoAnalyze dependencies
codeYesCode to analyze
typeNoCode type

Input Schema (JSON Schema)

{ "properties": { "checkDependencies": { "description": "Analyze dependencies", "type": "boolean" }, "code": { "description": "Code to analyze", "type": "string" }, "type": { "description": "Code type", "enum": [ "class", "module", "function", "component" ], "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