mcp-knowledge-graph

by shaneholloman
Verified

delete_entities

Remove specific entities and their related connections from a knowledge graph to manage and update stored information efficiently.

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-knowledge-graph

Related Tools

ID: zn6gf7sxjs