MCP Think Tank

by flight505
MIT License
152
2
  • Apple
  • Linux

delete_entities

Remove specified entities and their related connections from the knowledge graph to maintain accurate and relevant data structures within the MCP Think Tank server.

Instructions

Delete multiple entities and their associated relations from the knowledge graph

Input Schema

NameRequiredDescriptionDefault
entityNamesYesArray of entity names to delete

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "entityNames": { "description": "Array of entity names to delete", "items": { "minLength": 1, "type": "string" }, "type": "array" } }, "required": [ "entityNames" ], "type": "object" }
ID: pgg03wdx49