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, idempotentHint=true, and readOnlyHint=false. The description merely repeats 'Delete' and adds no behavioral nuance beyond what annotations provide, so no additional value.

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 concise sentences: first defines action, second provides usage guidance. No fluff, front-loaded with essential info.

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 tool with one parameter and no output schema, the description fully covers purpose, usage, and sibling context. No gaps for an agent.

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, describing 'key' as 'Memory key to delete'. The description adds no extra parameter meaning, so baseline 3 is appropriate.

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 'Delete a previously stored memory by key' – a specific verb and resource, distinguishing it from siblings 'remember' and 'recall' which are mentioned as pairings.

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'. Mentions pairing with remember/recall. Lacks explicit when-not scenarios, but context is clear.

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

There is significant overlap between tools like ask_pipeworx, ask_pipeworx_beta, ask_pipeworx_grounded, and deep_research, all performing similar data lookup functions. Additionally, multiple prediction market tools (polymarket_arbitrage, polymarket_edges, polymarket_edge_tracker, polymarket_fill_risk) have overlapping purposes. An agent would struggle to choose the correct tool without deep understanding of subtle differences.

Naming Consistency4/5

Tool names follow a consistent snake_case pattern and use clear domain prefixes (ask_pipeworx, polymarket_, python_) and verb_noun structure (e.g., validate_claim, compare_entities). Minor inconsistency exists with tools like 'overall' not following verb_noun, but overall pattern is predictable.

Tool Count3/5

With 36 tools, the count is high but justifiable given the broad array of capabilities (data queries, prediction markets, memory, subscriptions). However, the server name 'Pypi Stats' suggests a narrow focus, making the count feel excessive for that purpose. The actual scope is wide, so the count is borderline appropriate.

Completeness4/5

For its actual scope as a data query and analysis platform, the tool set is quite complete: it covers company profiles, comparisons, claim verification, trend analysis, and prediction market insights. Minor gaps exist (e.g., no update/delete for most data types), but core query and lookup operations are well covered.