Skip to main content
Glama

Elasticsearch Knowledge Graph for MCP

by j3k0

copy_entities

Copy entities between zones in Elasticsearch Knowledge Graph for MCP, with options to handle related relationships and overwrite existing entities.

Instructions

Copy entities between zones with optional relation handling.

Input Schema

NameRequiredDescriptionDefault
copy_relationsNoCopy related relationships (default: true)
namesYesEntity names to copy
overwriteNoOverwrite if entity exists (default: false)
source_zoneYesSource zone
target_zoneYesTarget zone

Input Schema (JSON Schema)

{ "properties": { "copy_relations": { "default": true, "description": "Copy related relationships (default: true)", "type": "boolean" }, "names": { "description": "Entity names to copy", "items": { "type": "string" }, "type": "array" }, "overwrite": { "default": false, "description": "Overwrite if entity exists (default: false)", "type": "boolean" }, "source_zone": { "description": "Source zone", "type": "string" }, "target_zone": { "description": "Target zone", "type": "string" } }, "required": [ "names", "source_zone", "target_zone" ], "type": "object" }

You must be authenticated.

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