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

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

Annotations already indicate destructiveHint=true and idempotentHint=true, which cover the behavioral traits. The description adds usage context (clearing stale or sensitive data) but does not contradict the annotations. No additional behavioral detail beyond the annotations is needed.

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 long, with the first defining the action and the second providing usage guidance. Every sentence is essential and front-loaded, making it efficient and easy to parse.

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 delete operation with a single required parameter and no output schema, the description is fully complete. It covers the action, usage context, and relationship with sibling tools, leaving no gaps.

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 input schema has 100% coverage for the single 'key' parameter, which already describes it as 'Memory key to delete'. The description does not add new semantic information about the parameter, so a 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 explicitly states 'Delete a previously stored memory by key', using a specific verb and resource. It also mentions pairing with sibling tools 'remember' and 'recall', clearly distinguishing its role.

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 clear when-to-use scenarios: 'when context is stale, the task is done, or you want to clear sensitive data'. It suggests pairing with siblings but doesn't explicitly state when not to use or alternatives beyond the immediate family.

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

Multiple tools have unclear boundaries: ask_pipeworx_beta is explicitly identical to ask_pipeworx, bet_research overlaps heavily with polymarket_edges, and entity_profile/recent_changes/compare_entities/validate_claim all pull from the same SEC/news fundamentals space. The memory trio and game lookup tools are distinct, but too many other tools could be confused for one another.

Naming Consistency3/5

The surface is uniformly snake_case and has some strong families (list_*, polymarket_*, ask_pipeworx_*), but it mixes verb-led names (search_games, remember, validate_claim) with noun-led names (entity_profile, polymarket_arbitrage, pipeworx_trending) and brand-style names like ask_pipeworx. There is a pattern, but it is not a single consistent one.

Tool Count2/5

35 tools is a heavy surface, and the set feels sprawling rather than focused: a four-tool RAWG game submodule sits alongside a general-purpose research platform, Polymarket edge tooling, memory helpers, subscriptions, feedback, and meta-utilities. Many of these could have been consolidated or split into separate servers.

Completeness3/5

As a general data-research and prediction-market platform the coverage is strong, with lookup, grounded verification, entity resolution, research fan-out, and subscription flows. But for a server named Rawg, the game domain is thinly covered with only search/get/list tools and no game-detail enrichment or broader browsing surface, leaving the core domain feeling like an afterthought.