Skip to main content
Glama

Smart Code Reviewer

by renjismzy

generate_documentation

Automatically generate detailed code documentation and comments in multiple formats (inline, markdown, JSDoc) for various programming languages to enhance code readability and maintainability.

Instructions

为代码生成详细的文档和注释

Input Schema

NameRequiredDescriptionDefault
codeYes要生成文档的代码
docTypeYes文档类型
languageYes编程语言

Input Schema (JSON Schema)

{ "properties": { "code": { "description": "要生成文档的代码", "type": "string" }, "docType": { "description": "文档类型", "enum": [ "inline", "markdown", "jsdoc" ], "type": "string" }, "language": { "description": "编程语言", "type": "string" } }, "required": [ "code", "language", "docType" ], "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