Skip to main content
Glama

MCP Memory LibSQL

by joleyline

delete_relation

Remove a defined relationship between specified source and target entities in the MCP Memory LibSQL system. Input source, target, and relation type to delete the connection.

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

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