memento-mcp

by gannonh
Verified

delete_entities

Remove specific entities and their associated relations from the memento-mcp knowledge graph memory to manage and optimize data effectively. Input an array of entity names for deletion.

Instructions

Delete multiple entities and their associated relations from your Memento MCP knowledge graph memory

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" }
ID: r8o11c6krf