recall_stats
Retrieve memory statistics including chunk count, newest index timestamp, and staleness flag to assess if memory is outdated.
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 |