memory_stats
Troubleshoot missing memory search results or assess local data footprint by retrieving entry count, size, distinct tags, embedding index status, and last-write timestamp from the local memory database.
Instructions
Return statistics about the local memory database (entry count, size, tags, embedding state).
Returns counts (rows, distinct tags, total bytes), embedding index status (built / building / stale), and last-write timestamp.
USE WHEN: troubleshooting why memory_semantic_search returns no results, or sizing the user's local data footprint.
BEHAVIOR: pure read of metadata. No side effects.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |