Skip to main content
Glama
mnemoverse

Mnemoverse Memory

memory_delete_domain

DestructiveIdempotent

Permanently and irreversibly delete all memories in a domain. Use only when the user explicitly requests wiping an entire topic, e.g., 'forget everything about project X'.

Instructions

Permanently delete EVERY memory in one domain — irreversible, and far more destructive than memory_delete. Use only on an explicit user request to wipe a whole topic, e.g. 'forget everything about project X' or 'wipe my benchmark experiments'. First run memory_stats to confirm the exact domain name, then pass it together with confirm=true (a deliberate safety interlock). Never call this speculatively or to 'clean up' on your own — only when the user explicitly asks.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
domainYesThe domain namespace to wipe (e.g., 'project:old', 'experiments-2025'). Must match exactly.
confirmYesMust be exactly true to proceed. Acts as a safety interlock against accidental invocation.
Behavior5/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

The description adds significant behavioral context beyond the annotations: it emphasizes irreversibility, the necessity of confirm=true as a safety interlock, and the comparative destructiveness relative to memory_delete. The annotations already indicate destructiveHint=true, but the description clarifies the scale and safety measures.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is concise and front-loaded with the most critical information (irreversible, destructive). It provides necessary guidance without excessive verbosity. Minor improvement could be more structured, but it is already effective and efficient.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the tool's simplicity (2 parameters with full schema coverage and annotations), the description is complete. It covers purpose, usage guidelines, prerequisites, safety mechanisms, and warnings. No output schema is present, but the description covers the essential behavioral expectations sufficiently.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

With 100% schema coverage, the baseline is 3. The description adds meaning by explaining the 'domain' parameter as a namespace to wipe and requiring exact match, and 'confirm' as a deliberate safety interlock. This goes beyond the schema descriptions, earning a 4.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool's purpose: to permanently delete all memories in a single domain. It distinguishes itself from the sibling 'memory_delete' by highlighting that it is far more destructive and targets entire domains rather than individual memories.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description explicitly states when to use the tool (only on explicit user request to wipe a whole topic) and provides a prerequisite: run memory_stats to confirm the exact domain name. It also warns against speculative or automatic cleanup use, and mentions the safety interlock confirm=true.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

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/mnemoverse/mcp-memory-server'

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