Skip to main content
Glama

Memento

by iAchilles

delete_observations

Remove specific observations from entities by matching exact text entries on the Memento MCP server, enabling precise data cleanup and management.

Instructions

Remove specific observations from entities by matching text.

Input Schema

NameRequiredDescriptionDefault
deletionsYesList of {entityName, observations} deletion requests.

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "deletions": { "description": "List of {entityName, observations} deletion requests.", "items": { "additionalProperties": false, "properties": { "entityName": { "description": "Name of the entity.", "type": "string" }, "observations": { "description": "Exact observation texts 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/iAchilles/memento'

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