MCP Documentation Service

by alekspetrov
Verified

list_documents

List all markdown documents in the docs directory or a subdirectory. Returns the relative paths to all documents.

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" }