Skip to main content
Glama

MCP Memory LibSQL

by joleyline

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

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/joleyline/mcp-memory-libsql'

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