Skip to main content
Glama

fix

Correct outdated or incorrect stored knowledge by replacing an entry with new text or deleting it using its ID.

Instructions

When a stored entry is wrong or outdated, correct or delete it. IDs appear in brief/recall/gotchas/conventions results. Example: {"id": "gotcha-3f7a", "correction": "Updated text"} to replace, or {"id": "gotcha-3f7a"} to delete. Required param: "id". Pass "correction" to update; omit to delete.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYesEntry ID (e.g. gotcha-3f7a, conv-5c9b, gen-a2d1, pref-8e4f).
lobeNoOptional. Searches all lobes if omitted. Available:
correctionNoNew text to replace the entry content. Omit entirely to delete the entry.
Behavior4/5

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

No annotations are provided, so the description carries the burden. It discloses both update (replacement) and deletion behaviors with concrete examples, and clarifies the required 'id' parameter. It doesn't mention permanence of deletion or error handling, but covers the essential operational behavior.

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 three sentences with a clear example, no fluff, and front-loaded purpose. Every sentence earns its place, efficiently conveying purpose, usage, and mechanics.

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 simple 3-parameter mutation tool with no output schema, the description covers purpose, when to use, and how to update/delete. It lacks explicit mention of return values or edge cases like missing IDs, but is sufficient for an agent to invoke correctly.

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%, so baseline is 3. The description adds value by providing JSON examples and explaining the relationship between 'correction' (update) and omitting it (delete). This gives deeper semantic meaning than the bare schema descriptions.

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 'correct or delete' a stored entry, using specific verbs and a clear resource. It distinguishes from sibling tools by focusing on modifying existing entries, referencing IDs from retrieval tools like brief/recall/gotchas/conventions.

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?

It explicitly says when to use: 'When a stored entry is wrong or outdated.' It also mentions that IDs appear in brief/recall/gotchas/conventions results, implying this is used after retrieving entries. It does not explicitly name alternatives, but the context of sibling learning tools makes the distinction clear.

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

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