Skip to main content
Glama

mcp-memory-libsql

delete_relation

Remove a specific relation by specifying source and target entities and relation type, optimizing entity management in mcp-memory-libsql.

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

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