Skip to main content
Glama

Hi-AI

by su-record

check_coupling_cohesion

Analyze code structure by checking coupling and cohesion levels to assess module dependencies and maintainability. Supports classes, modules, functions, and components for improved code quality.

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