Skip to main content
Glama

mcp-knowledge-graph

delete_entities

Remove specified entities and their related connections from the knowledge graph in mcp-knowledge-graph. Simplifies data cleanup by deleting multiple entries at once.

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" }

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/shaneholloman/mcp-knowledge-graph'

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