Skip to main content
Glama
zfy258

mem0-mcp-server

by zfy258

delete_memory

Delete a specific memory by its ID to purge outdated or incorrect entries from local persistent storage.

Instructions

Delete a single memory by ID.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
memory_idYesMemory ID to delete.
Behavior2/5

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

With no annotations provided, the description carries full responsibility for disclosing behavioral traits. It only restates the action and does not mention permanence, side effects, error handling, or required permissions. This is a destructive operation, so more transparency about irreversibility would be expected.

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

Conciseness5/5

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

The description is a single, front-loaded sentence with zero filler. Every word earns its place, making it highly concise and well-structured.

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

Completeness4/5

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

For a simple single-parameter delete tool, the description is nearly complete. It covers what and how, and the schema handles the parameter. However, it could note permanence or mention that delete_all_memories exists for bulk deletion, though not strictly necessary given the simplicity.

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

Parameters3/5

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

Schema description coverage is 100%, so the baseline is 3. The description adds 'by ID', which reinforces the memory_id parameter but does not provide additional details like format, uniqueness, or where the ID comes from.

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 action ('Delete') and the resource ('a single memory') with a specific method ('by ID'). It distinguishes from sibling tool delete_all_memories by explicitly saying 'single', making the purpose unambiguous.

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

Usage Guidelines3/5

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

Usage is implied: this is for deleting one memory, not all. However, there is no explicit guidance on when to choose this over delete_all_memories or other sibling tools, nor any exclusions or prerequisites.

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/zfy258/mem0-mcp-server'

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