Skip to main content
Glama
sujkh85

Infinite Context Keeper

by sujkh85

reset_entire_database

Reset the entire database by deleting all user data: notes, semantic memory, and indexes. Irreversible; must confirm with 'DELETE_ALL_DATA'.

Instructions

로컬 infinite_context_keeper.sqlite의 사용자 데이터 전부 삭제(메모·시맨틱·프로젝트 브레인·컴팩션·Unity 인덱스 등). 되돌릴 수 없음. confirm을 정확히 보내야 실행됩니다.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
confirmYes반드시 문자열 "DELETE_ALL_DATA" (따옴표 없이 그대로)
Behavior4/5

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

With no annotations provided, the description fully carries the burden. It discloses the destructive nature, irreversibility, and the need for exact confirm. It lists what data is affected, which is good, though it could mention scope or success/failure response.

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?

The description is two sentences, front-loading the critical verb and resource, then stating irreversibility and condition. Every sentence earns its place with no redundancy.

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?

Given the tool's destructive simplicity and one parameter, the description covers the essential aspects: what is deleted, irreversibility, and execution condition. It is missing mentions of recovery or errors, but is adequate for the scope.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 100% for the confirm parameter. The description adds value by specifying the exact required string and noting without quotes, which reinforces the schema enum. This goes beyond the baseline of 3.

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 it deletes all user data from a specific local database, listing what is included (memo, semantic, project brain, compaction, Unity index). This distinguishes it from siblings like delete_memory which targets individual items.

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 implies use for complete reset by noting irreversibility and the confirm requirement. It does not explicitly state when not to use or compare with alternatives, but the context is clear.

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