Skip to main content
Glama

The Committee

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.4/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, so the core safety profile is covered. The description adds context about clearing sensitive data and focusing on previously stored memories, which is useful beyond annotations. It does not contradict annotations.

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 main action. Every sentence adds value: the first states what it does, the second when and with what context. No unnecessary words.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a simple one-parameter deletion tool, the description covers purpose, usage triggers, and relationships to siblings. It does not explicitly mention return values or missing-key behavior, but the idempotentHint annotation mitigates that gap. Overall, sufficient for effective tool selection.

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%, with 'key' documented as 'Memory key to delete'. The description only repeats 'by key' and adds no additional format, constraints, or examples beyond schema, so the baseline of 3 applies.

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' with a specific verb and resource. It distinguishes from siblings by referencing remember and recall, making its role in the memory toolset obvious.

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?

Explicitly lists when to use: 'when context is stale, the task is done, or you want to clear sensitive data'. This provides concrete scenarios and implies remember/recall as alternatives for storage/retrieval, giving clear usage guidance.

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

The ask_pipeworx family creates real ambiguity: ask_pipeworx_beta explicitly states it currently matches ask_pipeworx exactly, leaving an agent no principled way to choose between them. discover_tools and suggest_questions also overlap as meta-tools for navigating the catalog, though the remaining tools (five polymarket_* tools, entity tools, subscription lifecycle) are well-delineated by their detailed cross-referenced descriptions.

Naming Consistency3/5

The set is uniformly snake_case with coherent subfamilies (ask_pipeworx*, polymarket_*, pipeworx_*, remember/recall/forget), but it mixes imperative verb_phrase names (validate_claim, resolve_entity, generate_llms_txt) with noun_phrase names (entity_profile, recent_changes, ai_visibility_check), and the_committee_convene breaks the pattern entirely with a full-sentence name. The inconsistency is stylistic rather than chaotic, so it stays readable.

Tool Count2/5

At 32 tools, the set exceeds the 25+ threshold for 'too many' and the breadth is not fully earned: ask_pipeworx_beta is self-admittedly redundant right now, and several tools feel bolted on from unrelated domains (the_committee_convene, generate_llms_txt, scan_dependency, ai_visibility_check). The core data-research and prediction-market scope would be tighter and more navigable at roughly 20-24 tools.

Completeness4/5

The primary domain — authoritative data lookup, entity research, and prediction-market analysis — is covered with no dead ends: query (ask_pipeworx, grounded, deep_research), profile (resolve_entity, entity_profile, compare_entities), track (recent_changes), verify (validate_claim), bet research (bet_research, polymarket_edges, arbitrage, fill_risk, kalshi_spread), subscriptions (subscribe/unsubscribe/list/recent_alerts), and memory (remember/recall/forget) form complete lifecycles. Minor gaps exist only at the periphery: no execution layer for prediction-market trades (research stops at fill-risk advice) and single-tool coverage for the npm/llms.txt/AI-visibility side-domains.