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 indicate destructiveHint=true and idempotentHint=true. The description adds context about clearing sensitive data, but does not significantly extend beyond 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 concise sentences: first states purpose, second provides usage guidance. No filler or redundant information.

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 delete operation with one parameter and annotations covering destructive and idempotent hints, the description and schema together provide complete context. No output schema needed.

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?

With 100% schema coverage, the parameter 'key' is described in the schema. The description does not add additional semantic details beyond what the schema provides.

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, and distinguishes itself from siblings by mentioning 'pair with 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 Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

Explicitly states when to use: 'when context is stale, the task is done, or you want to clear sensitive data'. Provides context but lacks explicit 'when not to use' 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

A4/5.0
Disambiguation3/5

Most tools have distinct purposes, but several clusters overlap: ask_pipeworx_beta is currently identical to ask_pipeworx, polymarket_arbitrage and polymarket_edges both surface arbitrage opportunities, and validate_claim overlaps with ask_pipeworx_grounded. Descriptions mitigate some confusion, but selection errors are still likely.

Naming Consistency4/5

Names are overwhelmingly lowercase snake_case and descriptive, such as nist_control_family, polymarket_fill_risk, and list_subscriptions. Minor deviations exist with single-word memory verbs like remember/recall/forget and the ask_pipeworx_* variants, but the overall pattern is predictable and readable.

Tool Count2/5

34 tools is well above the comfortable range and includes many tools unrelated to the server's NIST Standards name, such as Polymarket betting, npm dependency scanning, AI visibility checks, and llms.txt generation. The set feels like a broad general-purpose data platform rather than a scoped NIST reference server.

Completeness3/5

For the NIST domain, the three control tools provide id lookup, family listing, and keyword search, but there is no catalog overview or family enumeration, and no comparison, revision, or export capability. The other 31 tools do not fill those gaps, so the NIST surface is functional but not fully complete for compliance workflows.