Skip to main content
Glama

Aibolit MCP Server

by cqfn

find_the_most_critical_design_issue

Analyze Java files to identify and prioritize the most critical design flaw requiring immediate refactoring, focusing on improving maintainability, readability, loose coupling, and cohesion.

Instructions

Analyze one Java file. Find the most serious design flaw. It must need immediate refactoring. Ignore cosmetic or minor issues. Fix the one problem that will best improve code quality. Code quality means maintainability, readability, loose coupling, and high cohesion. Point out the problem and where it is in the file.

Input Schema

NameRequiredDescriptionDefault
pathYes

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "path": { "type": "string" } }, "required": [ "path" ], "type": "object" }

Other Tools from Aibolit 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/cqfn/aibolit-mcp-server'

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