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?

DestructiveHint=true annotated, description confirms deletion. Adds context about clearing sensitive data. No mention of idempotent behavior or error handling.

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 action, no wasted words.

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?

Simple tool with one param, no output schema. Description sufficiently covers purpose, usage, and context.

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% with description 'Memory key to delete'. Description adds no further meaning beyond 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?

Clear verb+resource: 'Delete a previously stored memory by key'. Distinguishes from siblings 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 when to use: stale context, task done, clear sensitive data. Mentioned pairing with remember and recall.

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

A4/5.0
Disambiguation4/5

Most tools have clearly distinct purposes, especially the core ones like get_paper, search_papers, and entity_profile. However, some pairs like ask_pipeworx and ask_pipeworx_grounded, or the polymarket tools, could cause momentary confusion, though descriptions help differentiate.

Naming Consistency2/5

Naming patterns are inconsistent: tools use verb_noun (e.g., get_paper), noun_phrase (e.g., polymarket_arbitrage), and bare verbs (e.g., forget, recall). There is no unifying pattern, and styles like 'pipeworx_feedback' vs 'search_papers' further add to the inconsistency.

Tool Count3/5

With 34 tools, the set covers a broad range of domains (academic papers, company data, prediction markets, memory, subscriptions). While the scope justifies the number, it feels slightly heavy and could benefit from consolidation or clearer grouping.

Completeness4/5

The tool set covers major functionalities for research, data retrieval, and monitoring, with only minor gaps (e.g., limited to US public companies, npm-only dependency scanning). Overall, the surface is comprehensive for the stated capabilities.