Skip to main content
Glama

documcp

by tosin2013

validate_diataxis_content

Check Diataxis documentation for accuracy, completeness, and compliance by validating content structure, code examples, and adherence to standards. Supports custom validation types and confidence levels for tailored assessments.

Instructions

Validate the accuracy, completeness, and compliance of generated Diataxis documentation

Input Schema

NameRequiredDescriptionDefault
analysisIdNoOptional repository analysis ID for context-aware validation
confidenceNoValidation confidence level: strict, moderate, or permissivemoderate
contentPathYesPath to the documentation directory to validate
includeCodeValidationNoWhether to validate code examples
validationTypeNoType of validation: accuracy, completeness, compliance, or allall

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "analysisId": { "description": "Optional repository analysis ID for context-aware validation", "type": "string" }, "confidence": { "default": "moderate", "description": "Validation confidence level: strict, moderate, or permissive", "type": "string" }, "contentPath": { "description": "Path to the documentation directory to validate", "type": "string" }, "includeCodeValidation": { "default": true, "description": "Whether to validate code examples", "type": "boolean" }, "validationType": { "default": "all", "description": "Type of validation: accuracy, completeness, compliance, or all", "type": "string" } }, "required": [ "contentPath" ], "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