mcp-rtfm

get_doc_content

Retrieve the content of a documentation file within a specified project directory to ensure accurate and up-to-date information access.

Instructions

Get the current content of a documentation file

Input Schema

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

Input Schema (JSON Schema)

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