Memory Custom

delete_entities

Remove specified entities and their related connections from a knowledge graph hosted on the Memory Custom MCP 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 Memory Custom

Related Tools

ID: w6hi2myrxq