memory_revalidate
Revalidate memories in a knowledge graph when their source data changes. List stale entries, preview change propagation, or confirm re-verification to clear stale flags.
Instructions
Change-propagation surface. action=list: memories flagged needs_revalidation (a source they were derived from changed). action=preview: the blast radius of a change to id (which dependents WOULD be flagged) without mutating anything. action=confirm: clear id's stale flag after re-verifying it.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| action | No | list stale memories | preview the blast radius of a change to `id` (dry-run) | confirm `id` is current | list |
| id | No | Memory id (required for preview/confirm). | |
| scope | No | Memory scope for isolation | |
| namespace | No | Namespace within scope (e.g., project name, team name) | |
| limit | No | Max stale memories to list. |