mcp-rtfm

get_related_docs

Locate relevant documentation files in a project directory using specified metadata, enabling efficient knowledge base management and quick access to related resources.

Instructions

Find related documentation files based on metadata

Input Schema

NameRequiredDescriptionDefault
docFileYesName of the documentation file
projectPathYesPath to the project root directory

Input Schema (JSON Schema)

{ "properties": { "docFile": { "description": "Name of the documentation file", "type": "string" }, "projectPath": { "description": "Path to the project root directory", "type": "string" } }, "required": [ "projectPath", "docFile" ], "type": "object" }
ID: 44sgp6bmdc