memento-mcp

by gannonh
Verified

get_relation_history

Retrieve the version history of a specific relation in the Memento MCP knowledge graph, identifying changes in connections between entities over time. Input entity names and relation type to analyze temporal evolution.

Instructions

Get the version history of a relation from your Memento MCP knowledge graph memory

Input Schema

NameRequiredDescriptionDefault
fromYesThe name of the entity where the relation starts
relationTypeYesThe type of the relation
toYesThe name of the entity where the relation ends

Input Schema (JSON Schema)

{ "properties": { "from": { "description": "The name of the entity where the relation starts", "type": "string" }, "relationType": { "description": "The type of the relation", "type": "string" }, "to": { "description": "The name of the entity where the relation ends", "type": "string" } }, "required": [ "from", "to", "relationType" ], "type": "object" }
ID: r8o11c6krf