Skip to main content
Glama

MCP DuckDB Knowledge Graph Memory Server

delete_relations

Remove specific relations between entities in the DuckDB-based knowledge graph, ensuring accurate and up-to-date data for enhanced conversational memory and query performance.

Instructions

Delete multiple relations from the knowledge graph

Input Schema

NameRequiredDescriptionDefault
relationsYesAn array of relations to delete

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "relations": { "description": "An array of relations to delete", "items": { "additionalProperties": false, "properties": { "from": { "description": "The name of the entity where the relation starts", "type": "string" }, "relationType": { "description": "The type of the relation", "type": "string" }, "to": { "description": "The name of the entity where the relation ends", "type": "string" } }, "required": [ "from", "to", "relationType" ], "type": "object" }, "type": "array" } }, "required": [ "relations" ], "type": "object" }

Other Tools from MCP DuckDB Knowledge Graph Memory Server

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/IzumiSy/mcp-duckdb-memory-server'

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