MCP DuckDB Knowledge Graph Memory Server

by IzumiSy
Verified

create_relations

Define connections between entities in a knowledge graph by specifying source, target, and relation type. Use this tool to structure and organize data for enhanced querying and retrieval in the MCP DuckDB Knowledge Graph Memory Server.

Instructions

Create multiple new relations between entities in the knowledge graph. Relations should be in active voice

Input Schema

NameRequiredDescriptionDefault
relationsYes

Input Schema (JSON Schema)

{ "properties": { "relations": { "items": { "properties": { "from": { "description": "The name of the entity where the relation starts", "type": "string" }, "relationType": { "description": "The type of the relation", "type": "string" }, "to": { "description": "The name of the entity where the relation ends", "type": "string" } }, "required": [ "from", "to", "relationType" ], "type": "object" }, "type": "array" } }, "required": [ "relations" ], "type": "object" }

You must be authenticated.

Other Tools from MCP DuckDB Knowledge Graph Memory Server

Related Tools

ID: 4mqwh1toao