mcp-knowledge-graph

by shaneholloman
Verified

create_entities

Add multiple entities to the MCP knowledge graph by specifying entity types, names, and associated observations to enhance memory and context retention across interactions.

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" } }, "required": [ "name", "entityType", "observations" ], "type": "object" }, "type": "array" } }, "required": [ "entities" ], "type": "object" }

You must be authenticated.

Other Tools from mcp-knowledge-graph

Related Tools

ID: zn6gf7sxjs