IAC Memory MCP Server

delete_entity

Delete an entity and its observations

Input Schema

NameRequiredDescriptionDefault
idYesEntity ID

Input Schema (JSON Schema)

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