memory_review_queue
Review pending memory maintenance proposals grouped by entity, with evidence. Overdue proposals expire automatically when listed.
Instructions
List pending maintenance proposals, grouped by entity, with evidence (§6.3).
Each group carries the subject entity and its proposals; each proposal includes its
parsed payload (the evidence) so a reviewer sees what would change. Not fully
read-only: overdue proposals lazily expire (are marked expired) as a side effect of
listing. Returns a JSON string (the grouped list). Use memory_review_decide to act
on a listed proposal.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| kind | No | Filter to one proposal kind: 'dedup_near' | 'summarize' | 'evict'. Omit (null) for all kinds. | |
| limit | No | Maximum number of proposals returned. | |
| namespace | Yes | Isolation key for one memory store. Each namespace is a separate local SQLite file under LM_DATA_ROOT (default ~/.lean_memory); namespaces never see each other's facts. Use one per agent, project, or user whose memory must stay separate. Created on first access. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |