IAC Memory MCP Server

update_entity

Update an existing entity

Input Schema

NameRequiredDescriptionDefault
idYesEntity ID
nameNoNew name
observationNoNew observation
typeNoNew type

Input Schema (JSON Schema)

{ "properties": { "id": { "description": "Entity ID", "type": "string" }, "name": { "description": "New name", "type": "string" }, "observation": { "description": "New observation", "type": "string" }, "type": { "description": "New type", "type": "string" } }, "required": [ "id" ], "type": "object" }