MCP DuckDB Knowledge Graph Memory Server

by IzumiSy
Verified

delete_relations

Remove specified relations from the knowledge graph in the MCP DuckDB Memory Server by providing an array of relation details, including source, target, and relation type.

Instructions

Delete multiple relations from the knowledge graph

Input Schema

NameRequiredDescriptionDefault
relationsYesAn array of relations to delete

Input Schema (JSON Schema)

{ "properties": { "relations": { "description": "An array of relations to delete", "items": { "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" }

You must be authenticated.

Other Tools from MCP DuckDB Knowledge Graph Memory Server

Related Tools

ID: 4mqwh1toao