Skip to main content
Glama

mcp-memory-libsql

delete_entity

Remove an entity and its associated data, including observations and relations, from the mcp-memory-libsql server. Ensures complete deletion to maintain efficient entity 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/spences10/mcp-memory-libsql'

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