validation_history_tool
Retrieve validation event history for a memory to understand confidence score changes by tracking applied, succeeded, and failed events.
Instructions
Get validation event history for a memory.
Shows the history of validation events (applied, succeeded, failed) for a specific memory. Useful for understanding why a memory has its current confidence score.
Args: memory_id: ID of the memory to get history for event_type: Filter by event type (optional: 'applied', 'succeeded', 'failed') limit: Maximum number of events to return (default: 50)
Returns: Dictionary with validation events and summary statistics
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| memory_id | Yes | ||
| event_type | No | ||
| limit | No |