Skip to main content
Glama
NeverDrunkMasterQian

spherical-memory-mcp

tool_decay_memories

Perform memory quality decay to simulate forgetting. Low-quality memories settle but remain recoverable through strong gravitational links.

Instructions

执行一轮记忆质量衰减(遗忘机制)。

低质量记忆会沉降但不删除,未来可被强引力链接唤醒。 建议定期调用(如每24小时或每100轮对话),而非每次对话都调用。

参数: decay_rate: 每轮衰减系数(可选,默认0.95)。0.95表示每条衰减记忆的质量乘以0.95 batch_size: 每轮处理的记忆数上限(可选,默认100)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
decay_rateNo
batch_sizeNo
Behavior3/5

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

No annotations are provided, so the description carries the full burden. It discloses the decay mechanism and that low-quality memories are not deleted but can be awakened. However, it does not mention side effects, permissions, irreversibility, or whether it affects persistent storage, leaving some behavioral gaps.

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 well-structured and efficient: it starts with the main purpose, explains the mechanism, gives usage advice, and then details the parameters in a bulleted format. Every sentence adds value with no superfluous content.

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?

For a maintenance tool with two optional parameters and no output schema, the description covers purpose, behavior, usage guidelines, and parameters. It does not mention return values (likely none), but this is acceptable given the tool's side-effect nature. Minor gap: no mention of whether the tool returns a status or confirmation.

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 coverage is 0%, so the description must compensate. It explains decay_rate as a coefficient multiplying memory quality (default 0.95) and batch_size as the upper limit per round (default 100). This adds clear meaning beyond the schema's type and default fields, though it could provide more detail on valid ranges.

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 tool executes a round of memory quality decay (forgetting mechanism). It explains that low-quality memories sink but are not deleted, and can be awakened later. This distinct purpose differentiates it from siblings like store, recall, or link.

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 explicitly advises periodic invocation (e.g., every 24 hours or every 100 dialogues) rather than each dialogue. It gives clear usage context but does not explicitly compare to sibling tools or state when not to use.

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/NeverDrunkMasterQian/spherical-memory-mcp'

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