adjust_memento_confidence
Manually adjust relationship confidence scores to correct inaccuracies, set custom verification levels, or override automatic decay for specific cases.
Instructions
Manually adjust confidence of a relationship.
Use for:
Correcting confidence scores when you know a memory is valid/invalid
Setting custom confidence based on verification
Overriding automatic decay for specific cases
Examples:
adjust_memento_confidence(relationship_id="rel-123", new_confidence=0.9, reason="Verified in production")
adjust_memento_confidence(relationship_id="rel-456", new_confidence=0.1, reason="Obsolete after library update")
Confidence ranges:
0.9-1.0: High confidence (recently validated)
0.7-0.89: Good confidence (regularly used)
0.5-0.69: Moderate confidence (somewhat outdated)
0.3-0.49: Low confidence (likely outdated)
0.0-0.29: Very low confidence (probably obsolete)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| relationship_id | Yes | ID of the relationship to adjust | |
| new_confidence | Yes | New confidence value (0.0-1.0) | |
| reason | No | Reason for the adjustment |