Skip to main content
Glama

cluster_memories

Group similar memories to identify duplicates and consolidate redundant information using semantic similarity analysis.

Instructions

Cluster similar memories for potential consolidation or find duplicates.

Groups similar memories based on semantic similarity (if embeddings are
enabled) or other strategies. Useful for identifying redundant memories.

Args:
    strategy: Clustering strategy (default: "similarity").
    threshold: Similarity threshold for linking (uses config default).
    max_cluster_size: Maximum memories per cluster (uses config default).
    find_duplicates: Find likely duplicate pairs instead of clustering.
    duplicate_threshold: Similarity threshold for duplicates (uses config default).

Returns:
    List of clusters or duplicate pairs with scores and suggested actions.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
duplicate_thresholdNo
find_duplicatesNo
max_cluster_sizeNo
strategyNosimilarity
thresholdNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior3/5

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

With no annotations provided, the description carries the full burden. It discloses behavioral traits such as clustering based on semantic similarity (if embeddings enabled) and returning clusters or duplicate pairs with scores and suggested actions. However, it lacks details on permissions, rate limits, or side effects (e.g., whether clustering modifies data).

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 appropriately sized and front-loaded, starting with the core purpose, followed by implementation details, and ending with parameter and return explanations. Every sentence earns its place without redundancy, and the structure (purpose → behavior → args → returns) is logical and efficient.

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 moderate complexity (5 parameters, no annotations, but with output schema), the description is largely complete. It covers purpose, behavior, parameters, and return values. However, it lacks explicit guidance on when to choose clustering vs. duplicate finding, and the output schema existence means return details are not strictly needed, but some behavioral context (e.g., side effects) could be enhanced.

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

Parameters5/5

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

The description adds significant meaning beyond the input schema, which has 0% description coverage. It explains all 5 parameters with clear semantics: 'strategy' as clustering strategy, 'threshold' for similarity linking, 'max_cluster_size' for cluster limits, 'find_duplicates' toggles between clustering and duplicate finding, and 'duplicate_threshold' for duplicate detection. This fully compensates for the schema's lack of descriptions.

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's purpose with specific verbs ('cluster similar memories', 'find duplicates') and resources ('memories'), distinguishing it from siblings like 'consolidate_memories' (which likely acts on clusters) and 'search_memory' (which finds individual memories). It explicitly mentions two distinct use cases: clustering for consolidation and finding duplicates.

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 provides clear context for when to use the tool ('useful for identifying redundant memories'), but does not explicitly state when not to use it or name alternatives among siblings. It implies usage for consolidation or duplicate detection without specifying prerequisites or comparing to tools like 'consolidate_memories'.

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/prefrontal-systems/mnemex'

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