Skip to main content
Glama

Elasticsearch Knowledge Graph for MCP

by j3k0

update_entities

Modifies entities in the Elasticsearch Knowledge Graph memory zones, enabling updates to entity details, types, and observations for enhanced data accuracy and context.

Instructions

Update entities in knowledge graph (memory)

Input Schema

NameRequiredDescriptionDefault
entitiesYesList of entities to update
memory_zoneYesMemory zone specifier. 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": "Memory zone specifier. Entities will be updated in this zone.", "type": "string" } }, "required": [ "entities", "memory_zone" ], "type": "object" }

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