Skip to main content
Glama

Knowledge Graph Memory Server

MIT License
889
54
  • Apple

update_entities

Modify multiple entities in a knowledge graph by updating their names, types, or observations to enhance AI memory and user interaction accuracy.

Instructions

Update multiple existing entities in the knowledge graph

Input Schema

NameRequiredDescriptionDefault
entitiesYes

Input Schema (JSON Schema)

{ "properties": { "entities": { "items": { "properties": { "entityType": { "description": "The updated type of the entity", "type": "string" }, "name": { "description": "The name of the entity to update", "type": "string" }, "observations": { "description": "The updated array of observation contents", "items": { "type": "string" }, "type": "array" } }, "required": [ "name" ], "type": "object" }, "type": "array" } }, "required": [ "entities" ], "type": "object" }

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/itseasy21/mcp-knowledge-graph'

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