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.5/5.0
Behavior4/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 sensitive data and pairing, but does not disclose further behavioral traits beyond what annotations imply.

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, front-loaded with the action, and every sentence adds value. No extraneous information.

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 single-parameter destructive tool with complete annotations, the description provides sufficient context about use cases and tool relationships.

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%, so baseline is 3. The description mentions 'by key', which mirrors the schema's 'key' property but adds no new meaning or constraints.

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 clearly states the action 'Delete' and the resource 'a previously stored memory by key'. It distinguishes itself from sibling tools like 'remember' and 'recall' by specifying deletion specifically.

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?

The description provides explicit guidance on when to use the tool: 'when context is stale, the task is done, or you want to clear sensitive data'. It also mentions pairing with 'remember' and 'recall', which implies alternatives.

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

Most tools have distinct purposes, but there are overlapping tools like the three ask_pipeworx variants (ask_pipeworx, ask_pipeworx_beta, ask_pipeworx_grounded) and ai_visibility_check/scan_competitor_ai_presence. A few pairs could cause confusion, but overall differentiation is moderate.

Naming Consistency2/5

Tool names follow no consistent pattern: some are imperative verbs (remember, forget), some are compound nouns (entity_profile, polymarket_arbitrage), some are descriptive phrases (recent_alerts, scan_dependency). The verb_noun pattern is absent, leading to inconsistency.

Tool Count1/5

33 tools is far too many for a server named 'Jisho' (a Japanese dictionary), especially since only 2 tools (lookup, search_words) are dictionary-related. The majority of tools belong to an unrelated data platform, making the count wildly inappropriate for the server's apparent purpose.

Completeness3/5

For the dictionary domain, the server lacks common features like example sentences or kanji details. However, the extended tool set covers many data retrieval and analysis tasks, though it is read-heavy with no update/delete capabilities for most resources.