MCP DuckDB Knowledge Graph Memory Server

by IzumiSy
Verified

delete_observations

Remove specific observations from entities in the knowledge graph, enabling precise data management and cleanup in the MCP DuckDB Knowledge Graph Memory Server.

Instructions

Delete specific observations from entities in the knowledge graph

Input Schema

NameRequiredDescriptionDefault
deletionsYes

Input Schema (JSON Schema)

{ "properties": { "deletions": { "items": { "properties": { "entityName": { "description": "The name of the entity containing the observations", "type": "string" }, "observations": { "description": "An array of observations to delete", "items": { "type": "string" }, "type": "array" } }, "required": [ "entityName", "observations" ], "type": "object" }, "type": "array" } }, "required": [ "deletions" ], "type": "object" }

You must be authenticated.

Other Tools from MCP DuckDB Knowledge Graph Memory Server

Related Tools

ID: 4mqwh1toao