Skip to main content
Glama

documcp

by tosin2013

detect_documentation_gaps

Identify missing content in your repository by analyzing existing documentation and detecting gaps. Streamline your documentation process with clear, actionable insights.

Instructions

Analyze repository and existing documentation to identify missing content and gaps

Input Schema

NameRequiredDescriptionDefault
analysisIdNoOptional existing analysis ID to reuse
depthNostandard
documentationPathNoPath to existing documentation (if any)
repositoryPathYesPath to the repository to analyze

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "analysisId": { "description": "Optional existing analysis ID to reuse", "type": "string" }, "depth": { "default": "standard", "enum": [ "quick", "standard", "comprehensive" ], "type": "string" }, "documentationPath": { "description": "Path to existing documentation (if any)", "type": "string" }, "repositoryPath": { "description": "Path to the repository to analyze", "type": "string" } }, "required": [ "repositoryPath" ], "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/tosin2013/documcp'

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