Skip to main content
Glama

my_memory_stats

View your AI memory network statistics including categorized memories, active sessions, saved notes, and insights to monitor utilization.

Instructions

See a dashboard overview of your entire memory network.

Shows total counts broken down by category, plus active sessions, saved notes, learned insights, and embedding statistics.

Use this when:

  • Starting a conversation to understand what's in memory

  • Checking if memory is growing as expected

  • Reporting on memory utilization: my_memory_stats()

Returns: A statistics object with memory counts by category, session counts (active vs completed), note count, insight count, and embedding count. All counts are zero for a fresh instance.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

With no annotations provided, the description carries the full burden of behavioral disclosure. It effectively documents the return structure (counts by category, sessions, notes, insights, embeddings) and provides crucial edge-case information that all counts are zero for fresh instances, though it omits explicit mention of the read-only nature.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description employs clear structural sections ('Use this when:', 'Returns:') and front-loads the core purpose. Every sentence provides distinct value, from the overview definition to usage scenarios to return value specifications and edge-case behavior.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the tool's simplicity (zero parameters) and existence of an output schema, the description provides comprehensive coverage by detailing the return object structure and the fresh-instance edge case. The coverage is sufficient for an agent to understand both invocation and expected results.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The input schema contains zero parameters, establishing a baseline score of 4. The description reinforces this by including an example invocation `my_memory_stats()` with empty parentheses, confirming no arguments are required.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description opens with 'See a dashboard overview of your entire memory network,' providing a specific verb and resource. It clearly positions the tool as an aggregate statistics function, distinguishing it from siblings like `get_note`, `my_insights`, and `list_memories` which handle specific retrieval rather than overview metrics.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description includes an explicit 'Use this when:' section listing three specific scenarios (starting conversations, checking growth, reporting utilization). While it provides excellent contextual guidance for appropriate usage, it does not explicitly name alternative tools or provide negative constraints (when not to use).

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/PL-ODIN/astria-plugin'

If you have feedback or need assistance with the MCP directory API, please join our Discord server