Skip to main content
Glama
vigneshsai890

Universal AI Memory MCP Server

forget

Delete selected memories from the local-first secure memory store by memory ID or entities, enforcing the required delete capability for controlled removal.

Instructions

Delete selected memories; requires the delete capability.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
entitiesNo
memory_idNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior2/5

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

With no annotations provided, the description must convey behavioral traits. It discloses the need for the delete capability, but it fails to warn that deletion is irreversible or explain what happens to associated memories. The selection semantics (entities vs. memory_id) are also absent, leaving the agent unaware of potential side effects.

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 a single, tight sentence with no wasted words, efficiently stating the core purpose. It is front-loaded with the action, though it omits necessary details that would make it complete. The brevity is appropriate, but the lack of parameter context keeps it from being a 5.

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

Completeness2/5

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

This destructive tool has two optional parameters and no required fields, meaning it could delete a broad or narrow set of memories depending on input. The description should explain how entities and memory_id interact, but it doesn't. The presence of an output schema covers return values, but the selection semantics and irreversibility are gaps that make the description incomplete.

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

Parameters1/5

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

Schema description coverage is 0%, so the description is the only source of parameter meaning. It merely says "selected memories" without explaining that the entities array or memory_id parameter determines what gets deleted. This leaves both parameters completely ambiguous, and the description does not compensate for the lack of schema documentation.

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

Purpose4/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 (selected memories), which distinguishes it from siblings like store, retrieve, and search. However, "selected" is vague and doesn't specify how selection occurs, leaving some ambiguity about the tool's exact scope.

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

Usage Guidelines2/5

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

The description provides no guidance on when to use this tool versus alternatives like retrieve or search. It only notes a permission requirement (the delete capability), which is operational rather than usage context, so the agent gets no hints about appropriate scenarios or exclusions.

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/vigneshsai890/universal-ai-memory'

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