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.1/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, so the description's 'Delete' aligns but adds no new behavioral context beyond 'clear sensitive data,' which is more about usage context than behavior. No contradiction.

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 action and purpose. No wasted words. Very concise and structured.

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 destructive tool with one well-documented parameter and clear annotations, the description is fully adequate. No output schema needed.

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 covers 100% of parameters with 'key' described as 'Memory key to delete.' Description only says 'by key,' adding no extra meaning beyond the schema. Baseline 3 for high coverage.

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?

Description clearly states 'Delete a previously stored memory by key.' It identifies the verb (delete), resource (memory), and the identifier (key). It distinguishes from siblings 'remember' and 'recall' by mentioning them.

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 use cases: 'when context is stale, the task is done, or you want to clear sensitive data.' No explicit when-not-to-use or alternatives, but the context is clear and helpful.

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 server includes many overlapping tools (e.g., multiple ask_pipeworx variants, epa_regulation vs. epa_search vs. discover_tools). More critically, the tool set covers vastly different domains (Polymarket bets, npm packages, AI visibility, memory storage) alongside EPA regulations, making it hard for an agent to distinguish purposes.

Naming Consistency2/5

Tool names use a mix of styles: underscore (epa_regulation, ask_pipeworx), camelCase (deep_research, suggest_questions), and verb phrases (scan_competitor_ai_presence). No consistent pattern is followed across the set.

Tool Count2/5

33 tools is high for a server named 'Epa Regulations'. The vast majority are unrelated to EPA regulations (e.g., Polymarket, npm scanning, memory functions), making the scope mismatched. A focused server should have fewer, domain-specific tools.

Completeness1/5

For a server claiming to be about EPA regulations, only two tools (epa_regulation, epa_search) are directly relevant. The rest are from unrelated domains, leaving severe gaps in expected functionality like rule updates, compliance checks, or cross-referencing with other environmental data.