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

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observed

TDQS

A4.5/5.0
Behavior4/5

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

Annotations already mark destructiveHint=true and readOnlyHint=false. Description reinforces by stating 'Delete' and adds specific use cases like clearing sensitive data, providing extra context.

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, no wasted words. Front-loaded with action and resource, then usage and companions.

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?

Given simple tool (1 param, no output schema), description covers purpose, usage, and relation to siblings completely.

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 description 'Memory key to delete'. Description adds 'by key' and shows example, but schema already does heavy lifting – adequate but not extra.

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 'Delete a previously stored memory by key' – specific verb and resource. Distinguishes from siblings by framing as deletion counterpart to remember and recall.

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 conditions: 'when context is stale, the task is done, or you want to clear sensitive data.' Also names alternative tools (remember, recall) for context.

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

Several tools have overlapping purposes: ask_pipeworx, ask_pipeworx_beta (currently identical), ask_pipeworx_grounded, deep_research, and validate_claim all handle routed research queries, while ai_visibility_check and scan_competitor_ai_presence overlap directly and the six Polymarket tools form a dense, easily confused cluster. The descriptions are detailed, but an agent will frequently struggle to pick the right tool among near-duplicate research and prediction-market options.

Naming Consistency3/5

Names are readable and mostly snake_case, with useful prefixes like ask_pipeworx_ and polymarket_. However, conventions are mixed: some are verb_noun (search_genes, get_protein, generate_llms_txt), some are bare verbs (remember, recall, forget), and some are noun phrases (entity_profile, recent_changes, top_tissues). There is no single predictable pattern.

Tool Count2/5

34 tools is above the 25+ threshold for a heavy, hard-to-navigate set, and most of them are not related to the server's stated 'Protein Atlas' identity. Only three tools actually concern proteins, while the rest form a general data-research, Polymarket, memory, and subscription toolkit that feels like several servers merged into one.

Completeness2/5

For a Protein Atlas server, the surface is severely incomplete: only search_genes, get_protein, and top_tissues cover HPA, leaving pathology, cell-line, single-cell, blood, and other major HPA dimensions unaddressed. If the intended domain is instead the broader Pipeworx data router, the protein tools are an odd vestige and the completeness story is still muddled by overlapping meta-tools.