Skip to main content
Glama

Forget

forget
DestructiveIdempotent

Delete a previously stored memory by key. Use when context is stale, the task is done, or you want to clear sensitive data the agent saved earlier. Pair with remember and recall.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
keyYesMemory key to delete

Schema Changelog

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

  1. Changed1 schema field changed
    • addedInput schema / examples
      Added value: +[
      +  {
      +    "key": "user_research_topic"
      +  }
      +]
  2. First observed

TDQS

A4.3/5.0
Behavior3/5

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

Annotations already include destructiveHint=true and idempotentHint=true, so the description's 'Delete' adds no new behavioral information. It adds the motivational context of clearing sensitive data, but does not disclose any additional behavioral traits beyond what annotations provide.

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 two sentences, front-loaded with the core action, and every word earns its place. It is concise and well-structured.

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?

This is a simple tool with one parameter, annotations covering destructiveness, and no output schema needed. The description fully covers the operation, use cases, and relationship to sibling tools, making it complete for an agent.

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?

The schema covers the single 'key' parameter with a clear description ('Memory key to delete'), and schema coverage is 100%. The description merely restates 'by key' without adding extra meaning beyond the schema.

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 'Delete a previously stored memory by key', which is a specific verb and resource. It distinguishes itself from sibling tools like 'remember' and 'recall' by describing exactly what it does.

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 this tool ('when context is stale, the task is done, or you want to clear sensitive data') and even points to sibling tools ('Pair with remember and recall'). This provides clear context and differentiation.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

TDQS

A3.6/5.0
Disambiguation4/5

Tools are generally distinct in purpose, but some overlap exists between ask_pipeworx, ask_pipeworx_grounded, and deep_research. Descriptions clearly differentiate them, but an agent might still need to carefully choose.

Naming Consistency4/5

Most tool names follow a consistent snake_case pattern with clear prefixes (e.g., pipeworx_*, polymarket_*). A few names like compare_entities and validate_claim break the pattern, but overall it is predictable.

Tool Count2/5

With 40 tools, the server is overly large for a single coherent set. Many tools are meta or auxiliary, but the count exceeds the 'too many' threshold, making it hard for agents to navigate.

Completeness4/5

The tool set covers data retrieval, Chilean open data, Polymarket, memory, and monitoring comprehensively. Minor gaps exist (e.g., no direct trading for Polymarket), but the surface is complete for the stated purpose.