Skip to main content
Glama

MCP DuckDB Knowledge Graph Memory Server

create_entities

Add multiple entities to a knowledge graph with specified names, types, and associated observations to enhance memory and query capabilities in DuckDB-based systems.

Instructions

Create multiple new entities in the knowledge graph

Input Schema

NameRequiredDescriptionDefault
entitiesYes

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "entities": { "items": { "additionalProperties": false, "properties": { "entityType": { "description": "The type of the entity", "type": "string" }, "name": { "description": "The name of the entity", "type": "string" }, "observations": { "description": "An array of observation contents associated with the entity", "items": { "type": "string" }, "type": "array" } }, "required": [ "name", "entityType", "observations" ], "type": "object" }, "type": "array" } }, "required": [ "entities" ], "type": "object" }

Other Tools from MCP DuckDB Knowledge Graph Memory Server

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/IzumiSy/mcp-duckdb-memory-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server