stats
Retrieve aggregate counts of stored memories and session events for monitoring. Check store health or confirm data was saved after a session.
Instructions
Return aggregate statistics for the current project: total stored memory count and total ingested session event count. Read-only; no side effects.
WHEN TO CALL: For diagnostic or monitoring purposes — to confirm memories were stored after a session, check store health, or report usage numbers.
WHEN NOT TO CALL: As part of normal context loading. stats returns counts only, not content; use retrieveMemories to load actual context.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||