Skip to main content
Glama

revise

Update any field of an existing live memory—label, description, why_matters, or tags—without recreating it. Omitted fields stay unchanged.

Instructions

Update the label, description, why_matters, or tags of an existing live memory. Only the fields you provide are changed — omitted fields keep their current values. Use this to enrich or correct a memory without archiving and recreating it. Returns the full updated memory.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
descriptionNoNew description (optional)
idYesID of the node to update
labelNoNew label (optional)
tagsNoNew space-separated search tags (optional); replaces any existing tags
why_mattersNoNew why_matters text (optional)
Behavior4/5

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

With no annotations, the description bears full responsibility for disclosing behavior. It transparently describes partial update semantics, return of full updated memory, and the replacement behavior for tags. There is no contradiction.

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 concise with two sentences, no wasted words. It front-loads the purpose and efficiently conveys key behavioral information.

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?

The description covers the update behavior, field list, partial update, and return value. Given 5 parameters and no output schema, it is complete for an agent to use correctly. It could mention error cases or id format, but overall sufficient.

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?

The input schema has 100% coverage with descriptions. The description adds value by explaining that only provided fields change and lists the updatable fields, clarifying the optional nature of each parameter.

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 updates an existing live memory with specific fields (label, description, why_matters, tags). The verb 'Update' is specific, and the tool is distinguished from siblings like 'remember' (create) and 'forget' (delete).

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 explains that only provided fields are changed and omitted fields keep their values, indicating a partial update. It says to use for enriching or correcting without archiving/recreating. However, it does not explicitly state when not to use it or mention alternatives.

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/corbym/memoryweb'

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