stats
Report store statistics including memory counts, breakdowns by space and status, schema version, and database size. Inspect overall store health with optional health rollup.
Instructions
Report store statistics: total/active memory counts, breakdowns by space, silo, status, and kind, schema version, and database size. Read-only; no side effects. Use to inspect the store's overall state and health, not to retrieve memories (use search or pack for that).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| include_health | No | If true, add the governance/health rollup (counts of stale, expiring, and low-confidence memories). Default false. | |
| include_indexes | No | If true, add per-index row counts. Default false. |