Elasticsearch Knowledge Graph for MCP

by j3k0

delete_zone

Remove a specific memory zone and all associated entities/relations in the Elasticsearch Knowledge Graph for MCP. Requires confirmation flag to ensure intentional deletion.

Instructions

Delete a memory zone and all its entities/relations.

Input Schema

NameRequiredDescriptionDefault
confirmYesConfirmation flag, must be true
nameYesZone name to delete (cannot be 'default')

Input Schema (JSON Schema)

{ "properties": { "confirm": { "default": false, "description": "Confirmation flag, must be true", "type": "boolean" }, "name": { "description": "Zone name to delete (cannot be 'default')", "type": "string" } }, "required": [ "name", "confirm" ], "type": "object" }

You must be authenticated.

Other Tools from Elasticsearch Knowledge Graph for MCP

Related Tools

ID: h9w4cyfdqx