Skip to main content
Glama
neo37

holographic-memory

by neo37

consolidate_and_prune

Prune weak and unused associations to maintain fast memory storage. Set max_loss_tolerance to control acceptable information loss.

Instructions

Sleep: drop weak/unused associations, keep the store fast.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
max_loss_toleranceNo
Behavior2/5

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

No annotations exist, so the description must disclose behavioral traits. It mentions dropping associations (destructive) and keeping the store fast, but does not explain what 'weak/unused' means, side effects, reversibility, or rate limits. The parameter max_loss_tolerance is not addressed.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness3/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is very short but contains an unclear prefix 'Sleep' that detracts from clarity. It could be more concise without that word and still convey the purpose.

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

Completeness2/5

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

Given the simple schema (one optional param) and no output schema, the description is too vague. It fails to explain how max_loss_tolerance affects pruning or what the tool actually does in detail.

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

Parameters1/5

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

The schema has 0% coverage, and the description does not mention the parameter max_loss_tolerance at all. No meaning is added beyond the schema.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description states the tool drops weak/unused associations, indicating a pruning operation. This distinguishes it from sibling tools like interference_analysis or recall_by_association. However, the initial word 'Sleep' is confusing and suggests a different action.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

No guidance is provided on when to use this tool versus alternatives like interference_analysis or store_holographic_snapshot. The description does not specify context, prerequisites, or exclusions.

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/neo37/holographic-memory'

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