MCP Memory LibSQL

delete_entity

Remove an entity and all linked data (observations, relations) from the MCP Memory LibSQL server, ensuring clean and efficient knowledge storage management.

Instructions

Delete an entity and all its associated data (observations and relations)

Input Schema

NameRequiredDescriptionDefault
nameYesName of the entity to delete

Input Schema (JSON Schema)

{ "properties": { "name": { "description": "Name of the entity to delete", "type": "string" } }, "required": [ "name" ], "type": "object" }

You must be authenticated.

Other Tools from MCP Memory LibSQL

Related Tools

ID: x61nj65niz