Skip to main content
Glama

MCP Docs RAG Server

by kazuph

add_text_file

Add a text file to the local document directory by specifying a URL and a descriptive name. Enhances the RAG system for better context-aware querying with LLMs.

Instructions

Add a text file to the docs directory with a specified name. Please do not use 'docs' in the document name.

Input Schema

NameRequiredDescriptionDefault
document_nameYesName of the document (will be used as directory name). Choose a descriptive name rather than using the URL filename (e.g. 'hono' instead of 'llms-full.txt')
file_urlYesURL of the text file to download

Input Schema (JSON Schema)

{ "properties": { "document_name": { "description": "Name of the document (will be used as directory name). Choose a descriptive name rather than using the URL filename (e.g. 'hono' instead of 'llms-full.txt')", "type": "string" }, "file_url": { "description": "URL of the text file to download", "type": "string" } }, "required": [ "file_url", "document_name" ], "type": "object" }
Install Server

Other Tools from MCP Docs RAG Server

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/kazuph/mcp-docs-rag'

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