MCP Memory LibSQL

create_relations

Create relations between entities

Input Schema

NameRequiredDescriptionDefault
relationsYes

Input Schema (JSON Schema)

{ "properties": { "relations": { "items": { "properties": { "source": { "type": "string" }, "target": { "type": "string" }, "type": { "type": "string" } }, "required": [ "source", "target", "type" ], "type": "object" }, "type": "array" } }, "required": [ "relations" ], "type": "object" }