Skip to main content
Glama

MCP Memory LibSQL

by joleyline

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

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/joleyline/mcp-memory-libsql'

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