Skip to main content
Glama

memory_write

Store a memory permanently. Namespaced to YOUR paying wallet — your wallet is your private memory store. Semantic-indexed for later search. Optional supersedes=[ids] marks prior memories in your namespace as superseded by this one (excluded from search, still visible in export with their superseded_by id) — a Zep-style update-in-place without ever losing history. Paid: $0.001 per write via x402 (payment in _meta['x402/payment']).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
tagsNo
contentYesThe memory text (max 8000 chars)
supersedesNoids of prior memories (same namespace) that this write supersedes

TDQS

A4.1/5.0
Behavior5/5

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

With no annotations provided, the description fully bears transparency. It details permanent storage, namespacing, semantic indexing, the supersedes effect (excluded from search but visible in export), and the payment mechanism. No contradictions with absent annotations.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is a single paragraph that front-loads the purpose. Each sentence adds unique information (purpose, scope, supersede behavior, payment). No wasted words, though slightly longer than necessary. Efficient for the amount of detail.

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?

Given the tool has 3 parameters, no output schema, and no annotations, the description covers core behavioral aspects well: permanent storage, namespacing, indexing, supersedes, and payment. It lacks return value details and error handling but is comprehensive for a write tool.

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?

The schema has 67% description coverage, with content and supersedes already described. The description adds context for supersedes (effect) and mentions semantic indexing, but does not elaborate on tags or provide new parameter semantics beyond what the schema offers. Moderate value.

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 'Store a memory permanently' with a specific verb and resource. It adds scope ('Namespaced to YOUR paying wallet') and distinguishes this paid version from alternatives via the payment mention, differentiating it from siblings like memory_write_free.

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 outlines what the tool does (store permanently, searchable, supersede) and mentions it is paid, but does not explicitly state when to use this versus sibling tools like memory_write_free or memory_import. It implies usage for permanent storage but lacks when-not-to-use guidance.

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