Skip to main content
Glama

Elasticsearch Knowledge Graph for MCP

by j3k0

delete_entities

Remove specific entities from the Elasticsearch-based knowledge graph, optionally cascading deletions to related entities and targeting specific memory zones.

Instructions

Delete entities from knowledge graph (memory)

Input Schema

NameRequiredDescriptionDefault
cascade_relationsNoWhether to delete relations involving these entities (default: true)
memory_zoneNoOptional memory zone specifier. If provided, entities will be deleted from this zone.
namesYesNames of entities to delete

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "cascade_relations": { "default": true, "description": "Whether to delete relations involving these entities (default: true)", "type": "boolean" }, "memory_zone": { "description": "Optional memory zone specifier. If provided, entities will be deleted from this zone.", "type": "string" }, "names": { "description": "Names of entities to delete", "items": { "type": "string" }, "type": "array" } }, "required": [ "names" ], "type": "object" }
Install Server

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