Skip to main content
Glama
navid-kianfar

Claude Memory MCP

memory_delete_rule

Remove a memory rule by its unique ID. Archive it by default, or permanently delete by setting hard to true.

Instructions

Delete a rule by its id. Soft-deletes (archives) unless hard=True.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
hardNo
projectNo
rule_idYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior4/5

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

No annotations provided, so description carries full burden. It discloses the key behavioral nuance: soft-deletes by default, hard deletes with hard=True. Lacks details on authentication or 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.

Conciseness5/5

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

Two sentences, front-loaded with primary action, no redundant text. Every clause adds value.

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

Completeness3/5

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

Covers core delete behavior and soft/hard distinction, but misses documenting the project parameter. Given output schema exists, return format is not needed, but missing parameter info is a gap.

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

Parameters2/5

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

With 0% schema description coverage, description must compensate. It only clarifies rule_id and hard behavior, ignoring the project parameter entirely, leaving its purpose ambiguous.

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?

Clearly states 'Delete a rule by its id', specifying the action (delete) and resource (rule), distinguishing it from sibling tools like memory_delete which targets memories.

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

Usage Guidelines4/5

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

Implies usage context by describing soft-delete vs hard delete ('unless hard=True'), but does not explicitly compare with alternatives like memory_delete or mention 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/navid-kianfar/claude-memory-mcp'

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