MCP Documentation Service

by alekspetrov
Verified

check_documentation_health

Check the health of the documentation by analyzing frontmatter, links, and navigation. Returns a report with issues and a health score.

Input Schema

NameRequiredDescriptionDefault
basePathNo
pathNo

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "basePath": { "default": "", "type": "string" }, "path": { "type": "string" } }, "type": "object" }