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

TDQS

A4.1/5.0
Behavior3/5

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

Annotations already declare destructiveHint=true and readOnlyHint=false. Description confirms deletion but adds no behavioral context beyond annotations—no mention of side effects or permissions. Sufficient but minimal added value.

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 action and resource, no redundancy. Every sentence adds value.

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?

Given the tool's simplicity (single parameter, no output schema, clear annotations), the description fully covers purpose and usage context. Mentions pairing with 'remember' and 'recall' for relational context.

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?

Only one parameter 'key' with schema description 'Memory key to delete'. The tool description adds no additional semantics beyond the schema. Schema coverage is 100%, so baseline 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 uses specific verb+resource ('Delete a previously stored memory by key') and distinguishes from siblings by explicitly mentioning 'remember' and 'recall'. Clear and unambiguous.

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?

The description provides explicit use cases ('when context is stale, the task is done, or you want to clear sensitive data') and pairs with related tools. Does not explicitly state when not to use, but adequate for a simple tool.

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

The tool set mixes three near-identical ask_pipeworx variants, multiple overlapping prediction-market tools (polymarket_edges, polymarket_arbitrage, bet_research), and three endoflife tools buried among 31 unrelated Pipeworx tools. This makes distinguishing between tools genuinely confusing, especially when several appear to route to the same underlying data.

Naming Consistency3/5

Most names use lowercase snake_case, but the verb-noun pattern is inconsistent: some are verb_noun (list_products, get_product), others noun_noun (polymarket_edges, bet_research), and a few are bare verbs (recall, forget). The style is readable but does not follow a single predictable convention.

Tool Count2/5

With 34 tools, the count is far too high for a server named 'Endoflife'—only three tools actually relate to endoflife.date tracking. The remaining 31 tools belong to a separate Pipeworx platform, making the tool count an extreme over-scoping for the apparent purpose.

Completeness4/5

The endoflife subset is complete: list_products, get_product, and get_cycle cover the full lifecycle of discovering and retrieving release/support timelines with no dead ends. The broader Pipeworx toolkit also appears fairly comprehensive for its own domain, but the mixed set makes it hard to assess a single coherent surface.