iranti_history
Retrieve the complete version history of a specific fact to analyze how it evolved over time, including past values, changes, and resolutions.
Instructions
Retrieve the full version history of a fact for an exact entity+key pair. Returns all archived past values plus the current value, ordered oldest-first. Each entry includes value, summary, confidence, source, validFrom, validUntil, isCurrent, archivedReason, and resolutionState. REQUIRED: call iranti_attend before this discovery tool so Iranti can decide whether memory should be injected first. Use this to understand how a fact evolved over time — decisions that changed, blockers that were resolved, values that were contested or superseded.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| entity | Yes | Entity in entityType/entityId format. | |
| key | Yes | Fact key to retrieve history for. | |
| limit | No | Maximum number of entries to return (applied after sorting oldest-first). | |
| includeExpired | No | Include entries that expired without being superseded. | |
| includeContested | No | Include entries that were contested or escalated. | |
| agent | No | Override the default agent id for protocol tracking. | |
| agentId | No | Alias for agent. Override the default agent id for protocol tracking. |