Skip to main content
Glama

Predictit

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 declare destructiveHint=true and idempotentHint=true, covering key behavioral traits. The description adds context (e.g., 'clear sensitive data') but doesn't significantly enhance 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 sentences with no wasted words. First sentence front-loads the purpose; second sentence provides usage guidance. Ideal structure for quick agent parsing.

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 1-parameter tool with no output schema, the description covers purpose, usage scenarios, and related tools. No gaps given the tool's simplicity and annotation richness.

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 single parameter 'key' is described. The description only repeats 'by key' without adding extra meaning beyond the 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?

The description uses a specific verb ("Delete") and resource ("previously stored memory"), clearly stating the tool's action. It also distinguishes itself from siblings by pairing 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?

Provides explicit when-to-use scenarios: stale context, task completion, clearing sensitive data. Mentions related tools (remember, recall) but lacks explicit when-not or alternative 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

A4.1/5.0
Disambiguation4/5

Most tools have distinct purposes, but pairs like ask_pipeworx/ask_pipeworx_grounded and bet_research/polymarket_edges could cause confusion without careful reading. Overall, descriptions are clear enough to differentiate.

Naming Consistency3/5

Names are snake_case and mostly follow verb_noun pattern, but several are noun_noun (entity_profile, pipeworx_feedback, polymarket_arbitrage) creating inconsistency. Still readable due to descriptive terms.

Tool Count4/5

33 tools is slightly high but justified given the broad scope (data retrieval, prediction markets, memory, subscriptions). Each tool serves a specific role, so the count feels appropriate for the platform's capabilities.

Completeness4/5

The tool set covers data retrieval, prediction market analysis, memory management, and subscriptions well. Minor gaps exist (e.g., no direct betting tool), but core workflows are supported comprehensively.