Skip to main content
Glama

documcp

by tosin2013

populate_diataxis_content

Automatically populate Diataxis documentation with project-specific content, leveraging repository analysis to tailor documentation structure based on specified technology focus and population level.

Instructions

Intelligently populate Diataxis documentation with project-specific content

Input Schema

NameRequiredDescriptionDefault
analysisIdYesRepository analysis ID from analyze_repository tool
docsPathYesPath to documentation directory
includeProjectSpecificNo
populationLevelNocomprehensive
preserveExistingNo
technologyFocusNoSpecific technologies to emphasize

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "analysisId": { "description": "Repository analysis ID from analyze_repository tool", "type": "string" }, "docsPath": { "description": "Path to documentation directory", "type": "string" }, "includeProjectSpecific": { "default": true, "type": "boolean" }, "populationLevel": { "default": "comprehensive", "enum": [ "basic", "comprehensive", "intelligent" ], "type": "string" }, "preserveExisting": { "default": true, "type": "boolean" }, "technologyFocus": { "description": "Specific technologies to emphasize", "items": { "type": "string" }, "type": "array" } }, "required": [ "analysisId", "docsPath" ], "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