Skip to main content
Glama

Memory Box MCP Server

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

NameRequiredDescriptionDefault
memory_idYesThe ID of the memory to find related memories for
min_similarityNoMinimum similarity threshold (0.0-1.0) for related memories (default: 0.7)

Input Schema (JSON Schema)

{ "properties": { "memory_id": { "description": "The ID of the memory to find related memories for", "type": "integer" }, "min_similarity": { "description": "Minimum similarity threshold (0.0-1.0) for related memories (default: 0.7)", "type": "number" } }, "required": [ "memory_id" ], "type": "object" }

Other Tools from Memory Box MCP Server

Related Tools

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/amotivv/memory-box-mcp'

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