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

ID: h9w4cyfdqx