Skip to main content
Glama

MCP RAG

by santis84

clear_data

Remove stored files, vector memory, or all data from the RAG system to free storage space or reset the knowledge base.

Instructions

Clear data from the RAG system

Input Schema

NameRequiredDescriptionDefault
typeYesType of data to clear

Input Schema (JSON Schema)

{ "properties": { "type": { "description": "Type of data to clear", "enum": [ "files", "memory", "all" ], "type": "string" } }, "required": [ "type" ], "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