mcp-rtfm

read_doc

Access and process documentation files in a project directory to prepare for updates. Ensure clarity and readiness by reading specified files before making changes.

Instructions

Read a documentation file (required before updating)

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

You must be authenticated.

Other Tools from mcp-rtfm

Related Tools

ID: 44sgp6bmdc