Skip to main content
Glama

MCP Think Tank

by flight505

delete_observations

Remove specific observations from entities in the knowledge graph. Use this tool to maintain data accuracy by deleting outdated or incorrect entity-associated observations.

Instructions

Delete specific observations from entities in the knowledge graph

Input Schema

NameRequiredDescriptionDefault
deletionsYesArray of entity observations to delete

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "deletions": { "description": "Array of entity observations to delete", "items": { "additionalProperties": false, "properties": { "entityName": { "description": "Name of the entity to remove observations from", "minLength": 1, "type": "string" }, "observations": { "description": "Observations to remove from the entity", "items": { "type": "string" }, "type": "array" } }, "required": [ "entityName", "observations" ], "type": "object" }, "type": "array" } }, "required": [ "deletions" ], "type": "object" }

You must be authenticated.

Other Tools from MCP Think Tank

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/flight505/mcp-think-tank'

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