Skip to main content
Glama

Smart Code Reviewer

by renjismzy

suggest_refactoring

Improve code structure and readability by generating refactoring suggestions based on performance, maintainability, or readability focus for various programming languages.

Instructions

提供代码重构建议,改善代码结构和可读性

Input Schema

NameRequiredDescriptionDefault
codeYes要重构的代码
focusNo重构重点
languageYes编程语言

Input Schema (JSON Schema)

{ "properties": { "code": { "description": "要重构的代码", "type": "string" }, "focus": { "description": "重构重点", "enum": [ "performance", "readability", "maintainability", "all" ], "type": "string" }, "language": { "description": "编程语言", "type": "string" } }, "required": [ "code", "language" ], "type": "object" }

Other Tools from Smart Code Reviewer

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/renjismzy/mcp-code'

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