Skip to main content
Glama

Memento

by iAchilles

delete_entities

Remove specified entities and their associated observations or relations by names using the delete entity tool.

Instructions

Delete entities (and cascaded observations/relations) by their names.

Input Schema

NameRequiredDescriptionDefault
entityNamesYesNames of entities to delete.

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "entityNames": { "description": "Names of entities to delete.", "items": { "type": "string" }, "type": "array" } }, "required": [ "entityNames" ], "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