Skip to main content
Glama

Elasticsearch Knowledge Graph for MCP

by j3k0

create_zone

Define and organize memory zones in the Elasticsearch Knowledge Graph for MCP, enabling structured storage and retrieval of detailed information with custom descriptions and names.

Instructions

Create a new memory zone with optional description.

Input Schema

NameRequiredDescriptionDefault
descriptionNoFull zone description. Make it very descriptive and detailed.
nameYesZone name (cannot be 'default')
shortDescriptionNoShort description of the zone.

Input Schema (JSON Schema)

{ "properties": { "description": { "description": "Full zone description. Make it very descriptive and detailed.", "type": "string" }, "name": { "description": "Zone name (cannot be 'default')", "type": "string" }, "shortDescription": { "description": "Short description of the zone.", "type": "string" } }, "required": [ "name" ], "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