Skip to main content
Glama

Elasticsearch Knowledge Graph for MCP

by j3k0

add_observations

Update entities by adding observations to their data in the Elasticsearch Knowledge Graph, enhancing the memory-like storage and retrieval for AI models.

Instructions

Add observations to an existing entity in knowledge graph (memory)

Input Schema

NameRequiredDescriptionDefault
memory_zoneYesOptional memory zone where the entity is stored. If not specified, uses the default zone.
nameYesName of entity to add observations to
observationsYesObservations to add to the entity

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "memory_zone": { "description": "Optional memory zone where the entity is stored. If not specified, uses the default zone.", "type": "string" }, "name": { "description": "Name of entity to add observations to", "type": "string" }, "observations": { "description": "Observations to add to the entity", "items": { "type": "string" }, "type": "array" } }, "required": [ "memory_zone", "name", "observations" ], "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