Skip to main content
Glama

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

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