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

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

Annotations already declare destructiveHint=true and idempotentHint=true. The description adds context about clearing stale data but doesn't elaborate on idempotency or other behaviors 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?

Three concise sentences, front-loaded with the action, no wasted words.

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 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?

Schema coverage is 100%, and the description mentions 'by key' but does not add meaningful detail beyond the schema's description of the 'key' parameter.

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

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: 'context is stale, the task is done, or you want to clear sensitive data'. Also recommends pairing with 'remember' and 'recall'.

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
Disambiguation2/5

The set mixes several near-overlapping tools: ask_pipeworx and ask_pipeworx_beta are explicitly identical right now, current_matches and match_scores largely duplicate each other, and the Polymarket family (bet_research, polymarket_edges, polymarket_arbitrage, polymarket_fill_risk) has fuzzy boundaries. Long descriptions help, but an agent would often need to read deeply to pick the right tool.

Naming Consistency3/5

Most names are lowercase snake_case, but conventions vary: some are verb_noun (ask_pipeworx, scan_dependency, compare_entities), some are noun phrases (current_matches, match_info, entity_profile), and there are mixed prefixes (pipeworx_*, polymarket_*, plain names). It is readable but not a coherent naming system.

Tool Count2/5

35 tools is heavy, and only four of them (current_matches, match_info, match_scores, search_players) relate to the server's apparent cricket purpose. The rest are a sprawling general-purpose data/research/prediction-market/utility toolkit, making the surface feel bloated and off-scope.

Completeness2/5

As a cricket server, the surface is shallow: it has live matches, scores, match info, and player search, but no player stats, batting/bowling figures, team profiles, series/schedules, or historical match data. The many unrelated tools do not fill these obvious cricket-domain gaps.