Skip to main content
Glama

Memory Update

memory_update

Update existing memory content and re-embed it for accurate recall. For org memories, preview changes before confirming or canceling.

Instructions

Update an existing memory's content in place. Re-embeds the new content for accurate future recall. For org-scoped memories, returns a conflict preview showing the before/after change for user confirmation. Pass confirm=true to apply after reviewing.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
confirmNoDeprecated: use `resolution: "confirm"`. Set true to apply the update.
contentYesThe new content to replace the existing memory with (max 20,000 characters).
projectNoOptional: update the project tag. Omit to keep the existing tag.
memory_idYesThe UUID of the memory to update.
resolutionNoConflict resolution: 'confirm' applies the update, 'cancel' aborts.
change_reasonNoWhy this memory is changing - the cause you investigated (e.g. 'the project was renamed', 'the old value was superseded'). For org-scoped memories this is recorded in the audit log, preserving why it changed, not just the new value.
Behavior4/5

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

With no annotations, the description informs about re-embedding (write operation), conflict preview for org-scoped memories, and need for confirmation. It does not detail error handling or response format, but covers key behavioral aspects.

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 sentences, front-loaded with the core action, no wasted words. Efficiently communicates the main purpose and key nuance for org-scoped memories.

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 6 parameters (2 required) and no output schema, the description covers the update flow, re-embedding, conflict preview, and confirmation. It lacks details on success response or error cases, but is sufficient for a straightforward update tool.

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

Parameters4/5

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

Schema coverage is 100%, baseline 3. Description adds value beyond schema by explaining the deprecated confirm parameter, resolution enum, and change_reason purpose (audit log). However, not all parameters receive additional context (e.g., project is just restated).

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 the verb 'update' and resource 'existing memory', and distinguishes from sibling tools like memory_store (store new) or memory_forget (delete) by specifying 'update in place' and 're-embeds the new content'.

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 context for org-scoped memories and the need for confirmation, but does not explicitly state when to use this tool versus alternatives (e.g., memory_store for new memories). No explicit exclusions or alternative tool names are given.

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/OurThinkTank/founders-os'

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