Skip to main content
Glama

memory_export

Read-onlyIdempotent

Export stored memories as JSON, JSONL, or Markdown for backup or inspection. Filter by updated_at time window using since/until timestamps.

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.

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. Changed2 schema fields changedv0.4.1
    • removedInput schema / $schema
      Removed value: -"http://json-schema.org/draft-07/schema#"
    • addedInput schema / additionalProperties
      Added value: +false
  2. First observedv0.2.2

TDQS

A4/5.0
Behavior3/5

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

Annotations already declare readOnlyHint and idempotentHint, so the description does not need to restate these. It adds the behavioral detail of an optional since/until window and reinforces the explicit_user_intent requirement, which is already in the schema. Beyond that, it does not disclose additional behaviors like error handling or output structure, so it adds modest value over the annotations.

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 with no redundant wording. The primary action and formats are front-loaded, followed by the optional filter and use case. Every sentence contributes essential information without fluff, making it efficient and easy for an agent to parse quickly.

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?

For a read-only export tool with no output schema, the description covers the core purpose, formats, time filtering, and the explicit intent requirement. It does not describe the exact return structure, but the formats imply the output shape, and annotations cover the safety profile. Minor gaps like pagination or size limits are absent, but they are not critical for a dump operation. Overall, it is sufficiently complete for correct invocation.

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%, so all parameters are already well-documented in the input schema. The description adds a high-level summary of the time window and formats, but these are already captured in the property descriptions. With full schema coverage, the baseline is 3, and the description does not introduce new parameter semantics beyond what the schema 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 the memory store in three specific formats (JSON, JSONL, Markdown) and supports optional time filtering. This distinguishes it from sibling tools like memory_get or memory_list, which are retrieval-focused, by emphasizing export for backup/inspection. The verb 'dump' and resource are explicit and unambiguous.

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 specifies the intended use case ('Use for backup/inspection') which gives clear context for when to invoke it. However, it does not explicitly mention alternatives or exclusion criteria (e.g., when to use memory_list instead), leaving some room for inference. The guidance is sufficient but not exhaustive.

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

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