Skip to main content
Glama

MCP RAG

by santis84

remove_file

Delete files from the RAG system to manage storage and maintain relevant content for retrieval-augmented generation tasks.

Instructions

Remove a file from the RAG system

Input Schema

NameRequiredDescriptionDefault
filePathYesPath to the file to remove from the RAG system

Input Schema (JSON Schema)

{ "properties": { "filePath": { "description": "Path to the file to remove from 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