Skip to main content
Glama

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

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/j3k0/mcp-brain-tools'

If you have feedback or need assistance with the MCP directory API, please join our Discord server