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.5/5.0
Behavior4/5

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

Annotations already declare destructiveHint=true and idempotentHint=true, so the description adds useful context about what gets deleted and the scenarios for deletion. It does not contradict annotations.

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 concise sentences, front-loaded with the primary action and followed by usage guidance. Every sentence is informative and no unnecessary words are present.

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?

For a simple single-parameter tool with full schema coverage and annotations for destructive/idempotent behavior, the description is complete. No output schema is needed for this delete operation.

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 100% of the parameter with a clear description ('Memory key to delete'), and the tool description reinforces this without adding new semantics. Baseline 3 applies.

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 with a specific verb and resource: 'Delete a previously stored memory by key.' It distinguishes from sibling tools like remember and recall by focusing on deletion.

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?

Explicit guidance is given on when to use: 'Use when context is stale, the task is done, or you want to clear sensitive data the agent saved earlier.' It also mentions pairing with remember and recall, providing clear context on alternatives.

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.8/5.0
Disambiguation2/5

The ask_pipeworx family (ask_pipeworx, ask_pipeworx_beta, ask_pipeworx_grounded, deep_research, validate_claim) all route to the same underlying 5,708-tool catalog with subtle behavioral differences that are easy to misselect. Entity-focused tools (entity_profile, compare_entities, recent_changes, scan_competitor_ai_presence) also overlap heavily in the data they return, making boundaries fuzzy.

Naming Consistency3/5

All names use snake_case, but the word-order convention is mixed: verb-first (ask_pipeworx, compare_entities, discover_tools) coexists with noun-first (entity_profile, polymarket_arbitrage, recent_changes). The inconsistent reversal in excuse_generate versus generate_llms_txt further breaks the predictable pattern.

Tool Count2/5

At 32 tools the set is well past the well-scoped range, and several entries feel like padding: ask_pipeworx_beta duplicates ask_pipeworx, while the seven Polymarket tools and five company-intelligence tools could each be consolidated into fewer distinct capabilities. The broad scope justifies a large surface, but this count makes the server difficult to navigate.

Completeness3/5

The core data-lookup lifecycle (resolve, fetch, ground, validate, research, compare) is well covered, and memory/subscription features round it out. Obvious gaps include no direct tool to read a pipeworx:// citation URI (despite deep_research referencing one), and the excuse_generate tool is an isolated one-off with no supporting tools in its domain.