Skip to main content
Glama

memory_export

Export memories in YOUR payer-wallet namespace (up to 1000/call, newest first; use offset to page through namespaces >1000). Your data is yours. Includes superseded_by so history is exportable. Paid: $0.01 via x402.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
offsetNorow offset for paging past the first 1000 (default 0)

TDQS

A4.7/5.0
Behavior5/5

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

Discloses important behaviors: export limit, ordering, included field (superseded_by), and cost ($0.01 via x402). No annotations exist, so description fully carries the burden and does so excellently.

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?

Two concise sentences convey maximum information without redundancy. Each sentence serves a purpose: first states core function and constraints, second adds details on data ownership, history inclusion, and cost.

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?

Covers all essential aspects for a simple export tool: purpose, parameters, behavior, cost. However, with no output schema, the description could briefly mention the export format (e.g., JSON array) for fuller completeness.

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

Parameters5/5

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

The description adds meaningful context to the single parameter offset by explaining its purpose for paging past 1000 rows, augmenting the schema description. Schema coverage is 100% but description enhances usability.

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?

Clearly states 'Export memories' with specific scope (payer-wallet namespace) and includes key details like limit of 1000 per call, newest first ordering, and paging. Distinct from sibling tools like memory_search which is for searching.

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?

Provides clear guidance on using offset for paging when namespace exceeds 1000. However, lacks explicit comparison to sibling tools like memory_search or memory_import for alternative use cases.

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