Returns aggregate statistics about the memory store: total memory count, breakdown by category, top tags, and active vs. invalidated counts. Useful for understanding the state of your project's knowledge base.
No parameters required.
Natural language:
How many memories do we have? What categories?
MCP call:
{
"tool": "stellarion_memory_stats",
"arguments": {}
}
Returns aggregate statistics:
invalidatedMemories is high relative to totalMemories, it may be worth reviewing whether new memories have replaced the old ones.stellarion_memory_list queries for targeted review.