Skip to main content
Glama

Memory Custom

by BRO3886

create_relations

Establish new connections between entities in a knowledge graph by defining start and end points with specific relation types, enhancing data structure and insights.

Instructions

Create multiple new relations between entities in the knowledge graph. Relations should be in active voice

Input Schema

NameRequiredDescriptionDefault
memoryFilePathYesThe path to the memory file
relationsYes

Input Schema (JSON Schema)

{ "properties": { "memoryFilePath": { "description": "The path to the memory file", "type": "string" }, "relations": { "items": { "properties": { "from": { "description": "The name of the entity where the relation starts", "type": "string" }, "relationType": { "description": "The type of the relation", "type": "string" }, "to": { "description": "The name of the entity where the relation ends", "type": "string" } }, "required": [ "from", "to", "relationType" ], "type": "object" }, "type": "array" } }, "required": [ "relations", "memoryFilePath" ], "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/BRO3886/mcp-memory-custom'

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