recall_stats
Retrieve memory usage stats and staleness status. Determine if indexed content is stale (older than 2 days) to keep memory fresh.
Instructions
Report how much memory exists and whether it is stale (freshness check).
`stale` is True when the newest indexed content is older than 2 days.
Returns:
JSON of {chunks, newest_indexed_at, stale}.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |