Skip to main content
Glama

Hi-AI

by su-record

suggest_improvements

Analyze code and suggest targeted improvements for performance, readability, maintainability, accessibility, or type-safety based on specified focus and priority levels.

Instructions

IMPORTANT: This tool should be automatically called when users say "개선", "더 좋게", "리팩토링", "improve", "make better", "refactor", "optimize", "enhance code" or similar keywords. Suggest improvements

Input Schema

NameRequiredDescriptionDefault
codeYesCode to analyze
focusNoFocus area
priorityNoPriority level

Input Schema (JSON Schema)

{ "properties": { "code": { "description": "Code to analyze", "type": "string" }, "focus": { "description": "Focus area", "enum": [ "performance", "readability", "maintainability", "accessibility", "type-safety" ], "type": "string" }, "priority": { "description": "Priority level", "enum": [ "critical", "high", "medium", "low" ], "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