MCP Memory LibSQL

create_relations

Define and establish relationships between entities in the MCP Memory LibSQL system, enabling structured data connections for efficient knowledge management and vector search capabilities.

Instructions

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" }

You must be authenticated.

Other Tools from MCP Memory LibSQL

Related Tools

ID: x61nj65niz