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

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

Description aligns with annotations (destructiveHint=true, idempotentHint=true). Adds context about clearing sensitive data, which goes beyond structured annotations.

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 with no redundancy. First sentence states purpose, second provides usage guidance and links to siblings. Perfectly front-loaded.

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?

For a simple single-parameter tool with no output schema, the description covers purpose and usage adequately. Could mention expected return or effect on system state but is not critical.

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 clear parameter description. Description does not add meaningful semantic detail beyond what the schema provides.

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 the action 'Delete' and the resource 'memory by key'. Distinguishes from siblings by naming 'remember' and 'recall' as paired tools.

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 conditions for use: 'context is stale, task done, clear sensitive data'. Mentions pairing with siblings but lacks explicit 'when not to use' statement.

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

Multiple natural-language query tools (ask_pipeworx, ask_pipeworx_beta, ask_pipeworx_grounded, deep_research, validate_claim, discover_tools, suggest_questions) have heavily overlapping purposes, and the descriptions rely on subtle caveats to differentiate them. Similarly, entity_profile vs compare_entities vs recent_changes and ai_visibility_check vs scan_competitor_ai_presence blur boundaries. Only the four check_* tools (email/ip/phone/url) are cleanly distinct.

Naming Consistency2/5

There are some consistent prefixes (check_*, polymarket_*, ask_pipeworx_*, pipeworx_*) but the overall set mixes verb_noun, noun_verb, and standalone adjectival names (deep_research, entity_profile, bet_research, validate_claim, recent_changes). The pattern is readable within families but chaotic across the whole surface, with no unified convention.

Tool Count2/5

35 tools is excessive for a server branded 'Ipqualityscore', especially since only 4 tools actually serve that fraud-checking domain. The rest sprawls into general data research, prediction-market analysis, memory management, subscriptions, and npm dependency scanning — a far larger scope than the name implies. This is a scattershot collection rather than a coherent offering.

Completeness2/5

The IPQS core domain is thin (only email, IP, phone, URL checks) and missing common fraud-screening operations like transaction scoring or domain reputation. Conversely, the Pipeworx side is over-complete with redundant query paths, while unrelated subsystems (memory, subscriptions, feedback) create dead ends that don't serve the server's apparent purpose. The lack of a clear domain makes genuine completeness impossible to assess or claim.