Skip to main content
Glama

Elasticsearch Knowledge Graph for MCP

by j3k0

update_entities

Modify or refresh entities in the knowledge graph memory, allowing updates to entity types, importance, names, and observations within specified memory zones.

Instructions

Update entities in knowledge graph (memory)

Input Schema

NameRequiredDescriptionDefault
entitiesYesList of entities to update
memory_zoneNoOptional memory zone specifier. If provided, entities will be updated in this zone.

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "entities": { "description": "List of entities to update", "items": { "properties": { "entityType": { "type": "string" }, "isImportant": { "type": "boolean" }, "name": { "type": "string" }, "observations": { "items": { "type": "string" }, "type": "array" } }, "required": [ "name" ], "type": "object" }, "type": "array" }, "memory_zone": { "description": "Optional memory zone specifier. If provided, entities will be updated in this zone.", "type": "string" } }, "required": [ "entities" ], "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