Skip to main content
Glama
sujkh85

Infinite Context Keeper

by sujkh85

delete_memory

Delete stored semantic memories by their ID or by project, session, and key criteria.

Instructions

save_memory로 저장한 semantic_memories 항목을 삭제합니다. id 직접 삭제 또는 (project_id+session_id+key) 기준 삭제를 지원합니다.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idNosemantic_memories의 id(sha256 doc id)
keyNosave_memory에 사용한 key
project_idYes
session_idNo
Behavior2/5

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

No annotations are provided, so the description bears full responsibility. It mentions deletion modes but fails to disclose side effects (e.g., irreversibility, behavior on conflicts or missing items) or return value. This is insufficient for a deletion operation.

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, no wasted words. First sentence states the main action, second sentence details the modes. Perfectly front-loaded and concise.

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

Completeness3/5

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

The description is adequate for a simple list operation but lacks details on error handling, behavior on multiple matches, and prerequisites. Given no output schema and no annotations, more completeness would be beneficial.

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 50%, with project_id and session_id lacking descriptions. The description adds context by explaining that project_id, session_id, and key are used together for triple-based deletion, but does not clarify the relationship between id and the triple or what happens when both are provided.

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 that the tool deletes semantic memory items and specifies two deletion modes: by id or by (project_id+session_id+key). This is specific and distinguishes it from sibling tools like list_memories and memory_search.

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?

The description explains when to use each deletion mode but does not provide explicit guidance on when not to use the tool or alternatives. It implies usage context by referencing save_memory but lacks exclusions or prerequisites.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/sujkh85/infinite-context-keeper-node'

If you have feedback or need assistance with the MCP directory API, please join our Discord server