Skip to main content
Glama

Elasticsearch Knowledge Graph for MCP

by j3k0

merge_zones

Combine zones in Elasticsearch Knowledge Graph for MCP, resolving naming conflicts by skipping, overwriting, or renaming entries. Optionally delete source zones post-merge to simplify data management.

Instructions

Merge multiple zones with conflict resolution options.

Input Schema

NameRequiredDescriptionDefault
delete_source_zonesNoDelete source zones after merging
overwrite_conflictsNoHow to handle name conflictsskip
source_zonesYesSource zones to merge from
target_zoneYesTarget zone to merge into

Input Schema (JSON Schema)

{ "properties": { "delete_source_zones": { "default": false, "description": "Delete source zones after merging", "type": "boolean" }, "overwrite_conflicts": { "default": "skip", "description": "How to handle name conflicts", "enum": [ "skip", "overwrite", "rename" ], "type": "string" }, "source_zones": { "description": "Source zones to merge from", "items": { "type": "string" }, "type": "array" }, "target_zone": { "description": "Target zone to merge into", "type": "string" } }, "required": [ "source_zones", "target_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