Skip to main content
Glama
auspham

Copilot Memory MCP

by auspham

forget_memory

Delete a memory by its ID to remove outdated or irrelevant information, keeping the stored knowledge accurate and current.

Instructions

Delete a memory that's no longer relevant.

Args:
    memory_id: The ID of the memory to delete.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
memory_idYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observedv0.1.0

TDQS

B3.1/5.0
Behavior2/5

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

No annotations are provided, so the description carries the full burden of behavioral disclosure. It states that the tool deletes a memory, making destruction obvious, but it does not mention whether deletion is permanent, reversible, or scoped in any way. The description lacks depth about consequences beyond the basic verb.

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 extremely concise: a single leading sentence followed by a compact argument list. Every word earns its place, and the action is front-loaded.

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?

For a simple one-parameter delete, the description provides the core operation and parameter meaning. However, the lack of any behavioral caveats (e.g., irreversibility) and the absence of guidance on sourcing a memory ID make it only partially complete. The presence of an output schema lightens the need to describe return values.

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, the description must compensate. 'memory_id: The ID of the memory to delete' adds only marginal meaning over the parameter name and integer type; it does not explain where the ID comes from (e.g., recall_memories) or what happens if an invalid or nonexistent ID is provided.

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 begins with 'Delete a memory' — a specific verb and resource that clearly identifies the operation. It is distinct from sibling tools like recall_memories, save_memory, and update_memory, though it does not explicitly name them as alternatives.

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?

The phrase 'that's no longer relevant' provides a condition for when to use the tool. However, it does not explicitly state when not to use it or mention alternatives such as update_memory for memories that still matter but need modification.

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

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/auspham/copilot-memory-mcp'

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