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, so no contradiction. Description adds minimal behavioral context beyond deletion, but is consistent.

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

Given the tool's simplicity (one required param, no output schema), the description covers purpose, usage guidance, and is sufficient with annotations.

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 a single parameter described. Description only mentions 'by key' without adding detail beyond the schema.

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 itself from siblings 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: 'when context is stale, the task is done, or you want to clear sensitive data'. Also mentions 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

A4.1/5.0
Disambiguation3/5

The set includes three nearly-identical ask_pipeworx variants (base, beta, grounded) that differ only subtly, and deep_research overlaps with ask_pipeworx for multi-part queries. Several company/prediction tools also share adjacent purposes (entity_profile vs recent_changes vs compare_entities; polymarket_arbitrage vs polymarket_edges), though detailed descriptions help. Overall, an agent could mis-select between these overlapping tools.

Naming Consistency4/5

Most tools follow a verb_noun or consistent prefix pattern (opendosm_*, polymarket_*), and the ask_pipeworx family is internally consistent. However, a few are noun phrases (entity_profile, ai_visibility_check, recent_alerts) and some verbs aren't uniform (list_datasets vs dataset_meta vs get_dataset). The mixture is readable but not fully consistent.

Tool Count2/5

34 tools is well above the typical focused server range and includes a clearly redundant experimental variant (ask_pipeworx_beta) plus many loosely-related utility functions (memory, subscriptions, dependency scanning, llms.txt generation). While the broad scope justifies some size, the count feels excessive for the 'Opendosm My' name, which suggests a narrower Malaysian-statistics focus.

Completeness4/5

For the apparent overarching goal of a multi-domain research/query platform, the surface is quite complete: data lookup, deep research, entity comparison, claim verification, prediction-market analysis, memory, and subscriptions are all covered. The Malaysian OpenDOSM component itself has list/meta/get lifecycle. Minor gaps (e.g., no direct dataset search beyond curated lists, no way to execute arbitrary Pipeworx tools directly) are workable.