memory_list_facts
List live memory facts, filtered by scope and predicate, to inspect known data or locate fact IDs for removal.
Instructions
List live (non-invalidated) facts in persistent memory, optionally filtered by scope and predicate. Sorted by most-recently-observed first. Useful for inspecting what the engine knows, or finding fact ids to forget.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| scope | No | Memory scope to filter by. Default 'user'. Examples: 'user', 'project:myapp', 'session:abc'. | user |
| predicate | No | Optional predicate filter (e.g., only 'prefers' facts). | |
| limit | No | Max facts to return. Default 50, hard max 100. |