get_entity_history
Retrieve the version history of an entity within a scalable, high-performance knowledge graph memory system for temporal awareness and data tracking.
Instructions
Get the version history of an entity from your Memento MCP knowledge graph memory
Input Schema
Name | Required | Description | Default |
---|---|---|---|
entityName | Yes | The 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"
}