recall_stats
Check memory size and staleness: reports chunk count and newest index time, flagging memory as stale if older than two days.
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 |