Skip to main content
Glama

MCP DuckDB Knowledge Graph Memory Server

delete_entities

Remove entities and their related relations from the knowledge graph stored in the MCP DuckDB Knowledge Graph Memory Server, ensuring efficient data management and cleanup.

Instructions

Delete multiple entities and their associated relations from the knowledge graph

Input Schema

NameRequiredDescriptionDefault
entityNamesYesAn array of entity names to delete

Input Schema (JSON Schema)

{ "properties": { "entityNames": { "description": "An array of entity names to delete", "items": { "type": "string" }, "type": "array" } }, "required": [ "entityNames" ], "type": "object" }

You must be authenticated.

Other Tools from MCP DuckDB Knowledge Graph Memory Server

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/IzumiSy/mcp-duckdb-memory-server'

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