memory_dry_run_prune
Preview which memories would be pruned by a strategy without deleting them. Returns the IDs of memories that match the criteria.
Instructions
Preview what would be pruned by a given strategy WITHOUT actually deleting. Scoped to a single actor — defaults to the current session actor. Returns the memory IDs that would be removed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| type | Yes | Prune strategy type to preview. Note: 'custom' is not available via MCP because it requires a JS function. | |
| maxAge | No | Max age in seconds (for byAge) | |
| actorId | No | Actor ID to scope pruning to. Defaults to the current session actor. | |
| maxPerActor | No | Maximum memories per actor (for byCount) | |
| memoryTypes | No | Memory types to evaluate (for byType) | |
| minImportance | No | Minimum importance (for byImportance) |