Skip to main content
Glama

Export memory contents (requires explicit_user_intent)

memory_export
Read-onlyIdempotent

Export the memory store as JSON, JSONL, or Markdown for backup or inspection, with optional time filtering on updates.

Instructions

Dump the memory store as JSON, JSONL, or Markdown. Optional since/until window on updated_at. Use for backup/inspection. Requires explicit_user_intent: true.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
sinceNoUnix ms timestamp — include only entries with updated_at >= since.
untilNoUnix ms timestamp — include only entries with updated_at <= until.
formatYesOutput format: json (single object), jsonl (one entry per line), markdown (human-friendly).
explicit_user_intentYesMust be true. Set ONLY when the current user message explicitly asks the agent to modify memory (set/forget/export). Do not infer intent.
Behavior4/5

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

Annotations indicate readOnlyHint=true and idempotentHint=true, and the description aligns by calling it a dump (read operation) and requiring explicit user intent. It adds the behavioral trait that explicit_user_intent must be set only when user explicitly asks.

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 is two sentences, front-loading the core purpose. Every sentence adds value: first sentence states action and formats, second adds optional filtering and use case.

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 no output schema, the description covers output formats and use case (backup/inspection). With 4 parameters fully described in schema and the description adding optional window context, it is sufficient for the tool's complexity.

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 coverage is 100%, so baseline is 3. The description mentions 'Optional since/until window on updated_at' which adds context beyond schema descriptions but does not significantly enhance semantic understanding beyond what schema already provides.

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 dumps memory store as JSON, JSONL, or Markdown, specifying the verb (dump/export) and resource (memory store) with output formats. It distinguishes from siblings by focusing on bulk export with format options.

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 says 'Use for backup/inspection', providing clear context. It also mentions the optional time window and requires explicit_user_intent. However, it does not explicitly state when not to use it or compare to alternatives among siblings.

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/davidmosiah/delx-memory'

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