Skip to main content
Glama

MCP RAG

by santis84

remove_memory

Remove specific memory entries from the agent's memory system by providing the memory ID, enabling precise memory management and data cleanup.

Instructions

Remove a memory entry from the agent memory system

Input Schema

NameRequiredDescriptionDefault
memoryIdYesID of the memory entry to remove

Input Schema (JSON Schema)

{ "properties": { "memoryId": { "description": "ID of the memory entry to remove", "type": "string" } }, "required": [ "memoryId" ], "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