Skip to main content
Glama

MCP RAG

by santis84

add_file

Add files to a RAG system for document retrieval, supporting PDF, DOCX, TXT, MD, CSV, and JSON formats to enable semantic search and information access.

Instructions

Add a file to the RAG system for document retrieval

Input Schema

NameRequiredDescriptionDefault
filePathYesPath to the file to add to the RAG system

Input Schema (JSON Schema)

{ "properties": { "filePath": { "description": "Path to the file to add to the RAG system", "type": "string" } }, "required": [ "filePath" ], "type": "object" }

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

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