get_related_memories
Retrieve semantically similar memories by specifying a memory ID and optional similarity threshold, enabling efficient meaning-based search and retrieval within the Memory Box MCP Server.
Instructions
Find semantically similar memories to a specific memory
Input Schema
Name | Required | Description | Default |
---|---|---|---|
memory_id | Yes | The ID of the memory to find related memories for | |
min_similarity | No | Minimum similarity threshold (0.0-1.0) for related memories (default: 0.7) |