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 aligns with these by stating 'Delete' and adds context about clearing sensitive data, without contradicting the annotations. It does not reveal additional behavioral details beyond annotations, but the simple nature of the tool makes this adequate.

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 the action, followed by usage context and pairing. No filler or redundancy—every clause earns its place.

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?

The tool is simple (one required parameter), annotations fully cover destructive and idempotent behavior, schema fully covers the parameter, and the description adds usage conditions. Nothing important is missing.

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 description coverage is 100%: the parameter 'key' is described as 'Memory key to delete.' The description adds no extra parameter-level meaning beyond restating 'by key,' so it earns the baseline score.

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 opens with a specific verb+resource: 'Delete a previously stored memory by key.' This clearly distinguishes the tool from its memory-related siblings (remember, recall) by stating the delete action.

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?

Explicit usage guidance is provided: 'Use when context is stale, the task is done, or you want to clear sensitive data.' It also names related tools to pair with: 'Pair with remember and recall.' This tells the agent exactly when to choose this tool.

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

Many tools have distinct purposes, but there is overlap in data querying tools (ask_pipeworx, ask_pipeworx_grounded, deep_research, entity_profile, etc.) and prediction market tools (bet_research, polymarket_arbitrage, polymarket_edges, etc.). Detailed descriptions help differentiate them, but the number of similar-sounding tools increases the chance of misselection.

Naming Consistency3/5

Tool names show mixed conventions: some use verb_noun (e.g., find_user, list_subscriptions), others are noun_verb (e.g., entity_profile, bet_research), and there are prefixes like polymarket_ and pipeworx_. While subgroups are internally consistent, the overall set lacks a unified pattern.

Tool Count2/5

With 34 tools spanning speedrun.com queries, Pipeworx data access, memory management, subscriptions, and prediction markets, the server bundles multiple domains. The scope is too broad for a coherent single server; splitting into separate servers would improve usability.

Completeness4/5

Within each domain (speedrun.com, Pipeworx, Polymarket), the tool set covers key operations comprehensively, including research, arbitrage, fill risk, and monitoring. Minor gaps exist (e.g., no tool to place bets), but the overall surface is well-covered for the advertised functionalities.