Skip to main content
Glama

mcp-rtfm

by ryanjoachim

get_related_docs

Identify related documentation files by analyzing metadata from a specified project path and document file to enhance knowledge retrieval and organization.

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

Other Tools from mcp-rtfm

Related Tools

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/ryanjoachim/mcp-rtfm'

If you have feedback or need assistance with the MCP directory API, please join our Discord server