memory_maintenance_status
Check when maintenance last ran and see pending proposals for a namespace without loading the model. Directly reads the namespace database for instant status.
Instructions
Report a namespace's maintenance ledger — runs + pending proposals (§6.3).
MODEL-FREE by contract: this reads the namespace DB directly and NEVER builds the embedder/reranker (it does not call _mem()). Answering "when did maintenance last run?" must never trigger the ~2 GB first-run model download.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| 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 |
|---|---|---|---|
No arguments | |||