Skip to main content
Glama

memory_update

Idempotent

Update an existing memory by providing its ID and modifying its content, category, or tags to keep information current.

Instructions

Update an existing memory.

Args:
    memory_id: The ID of the memory to update (full or partial UUID)
    content: New content (re-embeds if changed)
    category: New category
    tags: New tags (replaces existing)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
memory_idYes
contentNo
categoryNo
tagsNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

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

The description adds behavioral context beyond annotations: it notes that content 're-embeds if changed' and tags 'replaces existing', which are not in the idempotentHint or other annotations. No contradictions.

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 extremely concise: one sentence summary followed by a clear Args list. Every sentence is informative with no waste. Front-loaded with the core action.

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 presence of an output schema and annotations, the description covers the main parameters and side effects. Minor gap: no mention of return values or errors, but the output schema likely handles that.

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?

Schema coverage is 0%, so the description fully compensates by explaining each parameter's meaning and side effects (e.g., memory_id is ID, content triggers re-embedding, tags replace). This is highly valuable.

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 'Update an existing memory' with a specific verb and resource. The parameter list reinforces the purpose, and it is distinct from siblings like memory_delete or memory_save.

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 does not provide explicit guidance on when to use this tool versus alternatives like memory_save or memory_delete. Usage is implied from the action, but no when-not-to or alternative references.

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/wb200/memory-mcp'

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