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

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

Annotations already indicate destructive and idempotent. Description adds practical context (clearing sensitive data, end of task) beyond annotations. 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 and a pairing note. Front-loaded with purpose. Every word earns its place, no fluff.

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 one-parameter destructive tool with no output schema, the description fully covers purpose, usage conditions, and sibling relationships. No gaps.

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 good parameter description. The tool description adds no additional semantic value beyond specifying the parameter's purpose, which is already clear from 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 clearly states the verb 'delete' and resource 'memory by key', with specific context about when to use. It distinguishes itself from sibling tools (remember, recall) by its action.

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, task done, clear sensitive data). Mentions pairing with remember and recall, but does not explicitly state when not to use it.

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
Disambiguation3/5

Several clusters overlap heavily: ask_pipeworx, ask_pipeworx_beta, ask_pipeworx_grounded, and deep_research all serve question-answering/research, and the six polymarket_* tools cover closely related prediction-market analysis. Long descriptions help differentiate them, but an agent could easily pick the wrong near-duplicate.

Naming Consistency3/5

All names are snake_case and readable, but there is no consistent verb_noun pattern: some are verbs (search_pairs, validate_claim), some noun phrases (latest_token_profiles, entity_profile), and some prefixes (pipeworx_*, polymarket_*) cover only subsets. The naming is understandable but stylistically mixed.

Tool Count2/5

37 tools is far too many for a server labeled Dexscreener, especially since the majority of tools have nothing to do with DEX data. Even if this is intended as an all-in-one data/research server, the count exceeds what the apparent scope justifies and many tools feel bolted on.

Completeness4/5

For the DEX Screener domain, the core surface is covered: pair lookup, token lookup, search, latest profiles, and boosts. The broader Pipeworx/prediction-market side also has strong coverage with memory, subscriptions, entity resolution, and research tools. Minor gaps exist — some tools feel redundant or exploratory — but there are no critical dead-end workflows.