Skip to main content
Glama

Knowledge Graph Memory Server

by itseasy21

update_entities

Modify multiple entities in the knowledge graph, updating their type and associated observations for enhanced data accuracy and consistency in the Claude AI memory system.

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