memory_stats
FREE: count + last-write timestamp for any wallet namespace. Content is never returned on the free tier.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| namespace | Yes | wallet address |
FREE: count + last-write timestamp for any wallet namespace. Content is never returned on the free tier.
| Name | Required | Description | Default |
|---|---|---|---|
| namespace | Yes | wallet address |
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.
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.
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.
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.
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.
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.
Add one secure layer between your agents and this server.
Each tool has a clear, distinct purpose: export, forget, import, search (paid/free), stats, write (paid/free). No functional overlap.
All tools follow the 'memory_<verb>' pattern, with free variants appending '_free'. Consistent and predictable.
8 tools is well-scoped for a memory server, covering essential operations without unnecessary bloat.
Covers CRUD via write (with supersede), search, export, forget, import, and stats. Missing a direct get-by-id tool, but export and search suffice.