Skip to main content
Glama

memento-mcp

delete_observations

Remove specific observations from entities in the Memento MCP knowledge graph memory to maintain accurate and updated data structures.

Instructions

Delete specific observations from entities in your Memento MCP knowledge graph memory

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

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/gannonh/memento-mcp'

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