Skip to main content
Glama

Elasticsearch Knowledge Graph for MCP

by j3k0

create_entities

Add entities to a knowledge graph memory zone, including names, types, and observations, to enhance data storage and retrieval in Elasticsearch-based AI systems.

Instructions

Create entities in knowledge graph (memory)

Input Schema

NameRequiredDescriptionDefault
entitiesYesList of entities to create
memory_zoneYesMemory zone to create entities in.

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "entities": { "description": "List of entities to create", "items": { "properties": { "entityType": { "description": "Entity type", "type": "string" }, "name": { "description": "Entity name", "type": "string" }, "observations": { "description": "Observations about this entity", "items": { "type": "string" }, "type": "array" } }, "required": [ "name", "entityType" ], "type": "object" }, "type": "array" }, "memory_zone": { "description": "Memory zone to create entities in.", "type": "string" } }, "required": [ "entities", "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