memory_report
Assess memory cleanliness: view active/superseded counts, types, likely duplicates, and integrity posture. Read-only store-health overview.
Instructions
INSPECTOR overview — 'what is in memory, and is it clean': active/superseded counts, by type, likely duplicates (>= dup_threshold), and integrity posture. The at-a-glance store-health view. Read-only.
NOT free, and the caller here is a model mid-conversation. The duplicate estimate samples 400 records and runs a FULL recall for each, so it is O(400 x n) over the whole store: measured ~2 s at n=2,000 and ~12 s at n=8,000 (no embedder; median of 5, run-to-run spread 15-25%, so two significant figures is all this supports). "At-a-glance" describes the output, not the wait. The counts (active/superseded/by_type/linked/decayed) are single passes and effectively free -- if that is all you need, this tool is the expensive way to get it.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dup_threshold | No |