Skip to main content
Glama

Node Omnibus MCP Server

by bsmi021

create_documentation

Generate project documentation by specifying the path, type, and optional component or API name. Simplify README, API, and component documentation creation on the Node Omnibus MCP Server.

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" }

You must be authenticated.

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