Skip to main content
Glama

delete_memory

Remove specific memories from the MemOS server by providing their unique IDs. This tool permanently deletes stored data when users explicitly request removal with valid identifiers.

Instructions

Trigger: User provides specific ID(s) to delete. Purpose: Delete memories by ID. STRICT RULES: 1. BATCHING: If multiple IDs are provided, call this tool ONCE with all IDs. 2. FORBIDDEN: Do NOT call multiple times. Do NOT enter search-delete loops. 3. FORBIDDEN: Do not use this tool if no ID is provided (use add_feedback instead). 4. CRITICAL: NEVER use this tool to "simulate" a modification (delete old + add new). This is strictly forbidden. 5. CRITICAL: ONLY use if user explicitly asks to delete AND provides IDs. Parameters: - memory_ids: List of memory IDs to delete.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
memory_idsYesList of memory IDs to delete

Latest Blog Posts

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/endxxxx/MemOS'

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