Skip to main content
Glama

Memento

by iAchilles

delete_relations

Remove specific relations between entities in the Memento MCP server while preserving the entities themselves, ensuring clean and precise data management.

Instructions

Remove specified relations between entities without deleting the entities themselves.

Input Schema

NameRequiredDescriptionDefault
relationsYesArray of relations to delete.

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "relations": { "description": "Array of relations to delete.", "items": { "additionalProperties": false, "properties": { "from": { "description": "Source entity name.", "type": "string" }, "relationType": { "description": "Type of the relation to remove.", "type": "string" }, "to": { "description": "Target entity name.", "type": "string" } }, "required": [ "from", "to", "relationType" ], "type": "object" }, "type": "array" } }, "required": [ "relations" ], "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