Skip to main content
Glama

documcp

by tosin2013

validate_content

Analyze content quality by checking broken links, code syntax, references, and accuracy. Customize validation for specific needs, including code blocks and external URLs, to ensure documentation reliability.

Instructions

Validate general content quality: broken links, code syntax, references, and basic accuracy

Input Schema

NameRequiredDescriptionDefault
contentPathYesPath to the content directory to validate
followExternalLinksNoWhether to validate external URLs (slower)
includeCodeValidationNoWhether to validate code blocks
validationTypeNoType of validation: links, code, references, or allall

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "contentPath": { "description": "Path to the content directory to validate", "type": "string" }, "followExternalLinks": { "default": false, "description": "Whether to validate external URLs (slower)", "type": "boolean" }, "includeCodeValidation": { "default": true, "description": "Whether to validate code blocks", "type": "boolean" }, "validationType": { "default": "all", "description": "Type of validation: links, code, references, 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