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.4/5.0
Behavior4/5

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

Annotations already indicate destructiveHint=true. Description adds behavioral context (e.g., 'clear sensitive data') and confirms deletion of memory, supplementing annotations without contradiction.

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 efficient sentences: first defines purpose, second gives usage context. No wasted 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?

Covers purpose, usage, and context adequately for a simple tool with one parameter and full annotations. No output schema needed, so completeness is high.

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% and the parameter description is clear. The tool description adds no further nuance about the key, meeting baseline but not exceeding.

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 the verb ('Delete') and resource ('previously stored memory by key'), and distinguishes from siblings by naming '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?

Provides explicit when-to-use conditions: 'context is stale, the task is done, or you want to clear sensitive data.' Also suggests pairing with related tools.

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

B3.4/5.0
Disambiguation3/5

Many tools have distinct purposes, but there is notable overlap between ask_pipeworx, ask_pipeworx_grounded, and deep_research, all serving data retrieval. Similarly, the Polymarket betting tools (bet_research, polymarket_arbitrage, polymarket_edges, etc.) share a domain, causing potential confusion for an agent.

Naming Consistency2/5

Tool names follow no consistent pattern: snake_case (ai_visibility_check), camelCase-like (bet_research, compare_entities), and noun-first (entity_profile, recent_changes) are mixed. The lack of a uniform verb_noun or other convention makes it harder to predict tool names.

Tool Count2/5

35 tools is excessive for a server named 'Osrm,' which suggests a focused routing engine. The actual tool set spans routing, data query, betting, entity resolution, and memory, indicating an overbroad scope that dilutes coherence.

Completeness3/5

The data query and betting tools are relatively comprehensive, but the routing side is minimal (missing isochrones, alternative routes). Gaps exist in general web search and coverage of other prediction markets. The server doesn't fully cover either the implied routing domain or the broader data/betting domain.