memento-mcp

by gannonh
Verified

get_entity_history

Retrieve version history of an entity from the Memento MCP knowledge graph memory using the entity name. Helps track changes and analyze temporal data efficiently.

Instructions

Get the version history of an entity from your Memento MCP knowledge graph memory

Input Schema

NameRequiredDescriptionDefault
entityNameYesThe name of the entity to retrieve history for

Input Schema (JSON Schema)

{ "properties": { "entityName": { "description": "The name of the entity to retrieve history for", "type": "string" } }, "required": [ "entityName" ], "type": "object" }
ID: r8o11c6krf