MCP DuckDB Knowledge Graph Memory Server

by IzumiSy
Verified

delete_entities

Remove entities and their related relations from the knowledge graph stored in the MCP DuckDB Knowledge Graph Memory Server, ensuring efficient data management and cleanup.

Instructions

Delete multiple entities and their associated relations from the knowledge graph

Input Schema

NameRequiredDescriptionDefault
entityNamesYesAn array of entity names to delete

Input Schema (JSON Schema)

{ "properties": { "entityNames": { "description": "An array of entity names to delete", "items": { "type": "string" }, "type": "array" } }, "required": [ "entityNames" ], "type": "object" }

You must be authenticated.

Other Tools from MCP DuckDB Knowledge Graph Memory Server

Related Tools

ID: 4mqwh1toao