Skip to main content
Glama

Ultra MCP

generate-docs

Create structured documentation in markdown, API-docs, comments, or readme formats for tasks like API endpoints or code comments using specified AI providers. Simplify documentation workflows with Ultra MCP server.

Instructions

Generate documentation in various formats

Input Schema

NameRequiredDescriptionDefault
filesNoFile paths to document (optional)
formatNoDocumentation formatmarkdown
providerNoAI provider to usegemini
taskYesWhat to document (e.g., 'API endpoints', 'setup instructions', 'code comments')

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "files": { "description": "File paths to document (optional)", "items": { "type": "string" }, "type": "array" }, "format": { "default": "markdown", "description": "Documentation format", "enum": [ "markdown", "comments", "api-docs", "readme" ], "type": "string" }, "provider": { "default": "gemini", "description": "AI provider to use", "enum": [ "openai", "gemini", "azure", "grok" ], "type": "string" }, "task": { "description": "What to document (e.g., 'API endpoints', 'setup instructions', 'code comments')", "type": "string" } }, "required": [ "task" ], "type": "object" }

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/RealMikeChong/ultra-mcp'

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