MCP Documentation Service

by alekspetrov
Verified

generate_documentation_navigation

Create a JSON navigation structure from markdown files in a directory, enabling organized menus for documentation systems. Specify base path, directory, and recursion options.

Instructions

Generate a navigation structure from the markdown documents in the docs directory. Returns a JSON structure that can be used for navigation menus.

Input Schema

NameRequiredDescriptionDefault
basePathNo
pathNo
recursiveNo

Input Schema (JSON Schema)

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