mcp-llm

generate_documentation

Create structured documentation for code by specifying the programming language and desired format, such as JSDoc or Markdown, to enhance code readability and maintainability.

Instructions

Generate documentation for code

Input Schema

NameRequiredDescriptionDefault
codeYesCode to document
formatNoDocumentation format (e.g., JSDoc, Markdown)
languageNoProgramming language of the code

Input Schema (JSON Schema)

{ "properties": { "code": { "description": "Code to document", "type": "string" }, "format": { "description": "Documentation format (e.g., JSDoc, Markdown)", "type": "string" }, "language": { "description": "Programming language of the code", "type": "string" } }, "required": [ "code" ], "type": "object" }

You must be authenticated.

Other Tools from mcp-llm

Related Tools

ID: i1gantlfrs