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. 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 readOnlyHint=false, so the description aligns. It adds context that deletion applies to 'previously stored memories' and 'clear sensitive data', which is consistent but doesn't go far beyond 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?

Two sentences front-loaded with purpose and usage. No redundant information; every word earns its place. Highly 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?

For a simple tool with one parameter and no output schema, the description fully covers purpose, usage, and relation to siblings. It is complete and sufficient for correct invocation.

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?

Schema coverage is 100% with the 'key' parameter described as 'Memory key to delete'. The tool description mentions 'by key' but adds no new semantic details beyond the schema, so baseline score of 3 is appropriate.

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 'Delete' and the resource 'memory' identified by 'key'. It also distinguishes from sibling tools 'remember' and 'recall' by mentioning pairing with them, providing clear differentiation.

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?

Explicitly states when to use: 'when context is stale, the task is done, or you want to clear sensitive data the agent saved earlier.' Also advises to pair with 'remember' and 'recall', offering clear context and complementary usage.

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

A4/5.0
Disambiguation4/5

Most tools have clearly distinct purposes, but the three ask_pipeworx variants (stable, beta, grounded) overlap significantly in functionality, as do the Polymarket tools (bet_research, arbitrage, edges, etc.), which could cause an agent to misselect without careful reading of descriptions.

Naming Consistency3/5

Naming follows multiple styles: verb_noun (ask_pipeworx, compare_entities), domain first (polymarket_arbitrage, bart_departures), and single words (remember, forget). There is no consistent pattern, making the set feel disjointed.

Tool Count3/5

35 tools is on the heavy side for a single server. While each tool has a defined role, the count suggests potential for consolidation (e.g., merging ask_pipeworx variants or Polymarket tools). The server's broad scope partially justifies the count.

Completeness4/5

The tool surface covers a wide range of functionalities: structured querying, entity lookup, comparison, fact-checking, subscription management, memory, and domain-specific tools for BART and Polymarket. Minor gaps exist (e.g., no direct API for some data sources), but overall it feels comprehensive.