MCP Memory LibSQL

by joleyline

delete_relation

Remove a specified relation between entities in the MCP Memory LibSQL server by providing the source, target, and relation type for efficient knowledge storage management.

Instructions

Delete a specific relation between entities

Input Schema

NameRequiredDescriptionDefault
sourceYesSource entity name
targetYesTarget entity name
typeYesType of relation

Input Schema (JSON Schema)

{ "properties": { "source": { "description": "Source entity name", "type": "string" }, "target": { "description": "Target entity name", "type": "string" }, "type": { "description": "Type of relation", "type": "string" } }, "required": [ "source", "target", "type" ], "type": "object" }

You must be authenticated.

Other Tools from MCP Memory LibSQL

Related Tools

ID: x61nj65niz