Skip to main content
Glama

Elasticsearch Knowledge Graph for MCP

by j3k0

delete_entities

Remove specific entities from the Elasticsearch Knowledge Graph memory zone, optionally deleting associated relations for cleaner data management and improved graph accuracy.

Instructions

Delete entities from knowledge graph (memory)

Input Schema

NameRequiredDescriptionDefault
cascade_relationsNoWhether to delete relations involving these entities (default: true)
memory_zoneYesMemory zone specifier. 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": "Memory zone specifier. Entities will be deleted from this zone.", "type": "string" }, "names": { "description": "Names of entities to delete", "items": { "type": "string" }, "type": "array" } }, "required": [ "names", "memory_zone" ], "type": "object" }

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