Skip to main content
Glama

AGI MCP Server

create_memory_relationship

Establish connections between memories by defining relationships such as causal, temporal, semantic, emotional, strategic, or consolidation types, enhancing AI memory organization and context understanding.

Instructions

Create a relationship between two memories

Input Schema

NameRequiredDescriptionDefault
from_memory_idYesUUID of the source memory
propertiesNoAdditional properties for the relationship
relationship_typeYesType of relationship
to_memory_idYesUUID of the target memory

Input Schema (JSON Schema)

{ "properties": { "from_memory_id": { "description": "UUID of the source memory", "type": "string" }, "properties": { "default": {}, "description": "Additional properties for the relationship", "type": "object" }, "relationship_type": { "description": "Type of relationship", "enum": [ "causal", "temporal", "semantic", "emotional", "strategic", "consolidation" ], "type": "string" }, "to_memory_id": { "description": "UUID of the target memory", "type": "string" } }, "required": [ "from_memory_id", "to_memory_id", "relationship_type" ], "type": "object" }

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/cognitivecomputations/agi-mcp-server'

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