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

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

Description aligns with destructiveHint, adds rationale for deletion (stale, done, sensitive). Annotations already indicate destructiveness, so description adds useful context beyond.

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, no redundant information.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Adequate for a simple delete tool with full annotations and one parameter. Could mention error behavior if key missing, but not essential.

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 one parameter. Description does not add additional meaning beyond the schema's 'Memory key to delete'.

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?

Clearly states 'Delete a previously stored memory by key' – specific verb and resource, and distinguishable from siblings (remember, recall).

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?

Provides explicit when-to-use scenarios (stale context, done task, clear sensitive data) and pairs with siblings, but lacks explicit contraindications.

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

Multiple tools have unclear boundaries: ask_pipeworx and ask_pipeworx_beta are currently identical, ask_pipeworx_grounded reuses the same router, and deep_research overlaps with ask_pipeworx for multi-part questions. Similarly, bet_research, polymarket_edges, polymarket_arbitrage, entity_profile, compare_entities, recent_changes, and resolve_entity all cluster around overlapping research/comparison tasks despite detailed descriptions.

Naming Consistency3/5

Names are consistently lowercase snake_case, but the naming pattern is mixed: some are verb_noun (ask_pipeworx, validate_claim, resolve_entity), some are bare nouns (datasets, metadata, polymarket_edges), some are imperative verbs (remember, forget, query), and some are adjective_noun (recent_alerts, recent_changes). The polymarket_* and pipeworx_* prefixes help, but the overall convention is not uniform.

Tool Count2/5

With 34 tools, the server exceeds the 25+ threshold and feels overstuffed for a coherent single-purpose MCP server. It spans unrelated domains: Sonoma County open data, a general structured-data router, prediction-market analysis, memory, subscriptions, npm dependency checking, and llms.txt generation—each could reasonably be its own smaller server.

Completeness4/5

The core research workflow is well covered: routing, grounded verification, entity resolution, entity profiles, comparisons, recent changes, claim validation, memory, subscriptions, and prediction-market execution checks are all present. Minor gaps exist, such as no subscription update/edit, no general pipeworx:// record-reader tool, and a read-only open-data surface, but agents can usually work around these.