Skip to main content
Glama

Memory Custom

by BRO3886

delete_observations

Remove specific observations from entities in a knowledge graph by specifying the entity name and observations to delete, using a designated memory file path for targeted updates.

Instructions

Delete specific observations from entities in the knowledge graph

Input Schema

NameRequiredDescriptionDefault
deletionsYes
memoryFilePathYesThe path to the memory file

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" }, "memoryFilePath": { "description": "The path to the memory file", "type": "string" } }, "required": [ "deletions", "memoryFilePath" ], "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/BRO3886/mcp-memory-custom'

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