Skip to main content
Glama

memory_stats

FREE: count + last-write timestamp for any wallet namespace. Content is never returned on the free tier.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
namespaceYeswallet address

TDQS

A4/5.0
Behavior4/5

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

No annotations provided, so description carries the burden. It discloses the tool returns count and timestamp, and explicitly states content is never returned on free tier, which is a key behavioral constraint. However, it lacks details on authentication or rate limits.

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?

Single sentence that is front-loaded with 'FREE' and efficiently conveys the tool's purpose and limitation without wasted words.

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

Completeness4/5

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

The description covers the main functionality and a key constraint, but lacks details on what 'count' represents (e.g., number of entries) or the format of the timestamp. Adequate for a simple tool but not fully comprehensive.

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

Parameters3/5

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

Schema description coverage is 100% with 'wallet address' for the namespace parameter. The description adds no further semantic detail beyond schema, so baseline score of 3 is appropriate.

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 clearly states the tool returns 'count + last-write timestamp for any wallet namespace' and specifies the free tier limitation, distinguishing it from siblings like memory_search which likely returns content.

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

Usage Guidelines3/5

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

The description implies usage context via 'FREE' and mentions content is never returned on free tier, but does not explicitly guide when to use this tool vs alternatives like memory_search for content or memory_write for mutations.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

TDQS

A4.3/5.0
Disambiguation5/5

Each tool has a clear, distinct purpose: export, forget, import, search (paid/free), stats, write (paid/free). No functional overlap.

Naming Consistency5/5

All tools follow the 'memory_<verb>' pattern, with free variants appending '_free'. Consistent and predictable.

Tool Count5/5

8 tools is well-scoped for a memory server, covering essential operations without unnecessary bloat.

Completeness4/5

Covers CRUD via write (with supersede), search, export, forget, import, and stats. Missing a direct get-by-id tool, but export and search suffice.

Resources