DocGen MCP Server

MIT License
  • Apple

create_documentation

Generate standardized documentation from source files by applying templates. Automatically extracts and organizes content for projects, supporting formats like presentations, scripts, and code, with outputs saved to a specified path.

Instructions

Create documentation from source files using a template

Input Schema

NameRequiredDescriptionDefault
output_pathNoPath where to save the generated documentation
project_idYesProject identifier (e.g., "JUVR058")
sourcesYes
template_typeYesType of documentation template to use (e.g., "CRISPRseq_Analysis")

Input Schema (JSON Schema)

{ "properties": { "output_path": { "description": "Path where to save the generated documentation", "type": "string" }, "project_id": { "description": "Project identifier (e.g., \"JUVR058\")", "type": "string" }, "sources": { "items": { "properties": { "description": { "description": "Brief description of the source", "type": "string" }, "type": { "description": "Type of source file", "enum": [ "presentation", "script", "code", "reference" ], "type": "string" }, "url": { "description": "URL or path to the source file", "type": "string" } }, "required": [ "url" ], "type": "object" }, "type": "array" }, "template_type": { "description": "Type of documentation template to use (e.g., \"CRISPRseq_Analysis\")", "type": "string" } }, "required": [ "template_type", "project_id", "sources" ], "type": "object" }

You must be authenticated.

Other Tools from DocGen MCP Server

Related Tools

ID: b7ti2ed9hz