Knowledge Graph Memory Server

create_entities

Add multiple entities to a knowledge graph, specifying entity type, name, and associated observations for enhanced memory integration in chat applications.

Instructions

Create multiple new entities in the knowledge graph

Input Schema

NameRequiredDescriptionDefault
entitiesYes

Input Schema (JSON Schema)

{ "properties": { "entities": { "items": { "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" }, "subdomain": { "description": "The loglass subdomain this knowledge belongs to (e.g., 'allocation', 'report', 'accounts', 'plans', 'actual' etc.). Can be omitted if the knowledge spans multiple domains.", "type": "string" } }, "required": [ "name", "entityType", "observations" ], "type": "object" }, "type": "array" } }, "required": [ "entities" ], "type": "object" }

You must be authenticated.

Other Tools from Knowledge Graph Memory Server

Related Tools

ID: mdsegdy7ox