Skip to main content
Glama

Node Omnibus MCP Server

by bsmi021

create_documentation

Generate project documentation for Node.js projects, including READMEs, API references, or component details, using specified directory paths and documentation types with the Node Omnibus MCP Server tool.

Instructions

Generate project documentation

Input Schema

NameRequiredDescriptionDefault
nameNoComponent or API name for specific documentation
pathYesProject directory path
typeYesDocumentation type

Input Schema (JSON Schema)

{ "properties": { "name": { "description": "Component or API name for specific documentation", "type": "string" }, "path": { "description": "Project directory path", "type": "string" }, "type": { "description": "Documentation type", "enum": [ "readme", "api", "component" ], "type": "string" } }, "required": [ "path", "type" ], "type": "object" }

Other Tools from Node Omnibus MCP Server

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/bsmi021/mcp-node-omnibus-server'

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