Skip to main content
Glama

documcp

by tosin2013

setup_structure

Generate Diataxis-compliant documentation structure tailored for popular static site generators like Jekyll, Hugo, Docusaurus, MkDocs, and Eleventy. Define the root path and include examples for streamlined setup.

Instructions

Create Diataxis-compliant documentation structure

Input Schema

NameRequiredDescriptionDefault
includeExamplesNo
pathYesRoot path for documentation
ssgYes

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "includeExamples": { "default": true, "type": "boolean" }, "path": { "description": "Root path for documentation", "type": "string" }, "ssg": { "enum": [ "jekyll", "hugo", "docusaurus", "mkdocs", "eleventy" ], "type": "string" } }, "required": [ "path", "ssg" ], "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