Skip to main content
Glama
LogicLabsAI

UltraMemory

Official
by LogicLabsAI

Label a recall decision

memory_feedback

Label recalled answers as correct or incorrect based on user confirmation. This feedback calibrates memory personalization per tenant.

Instructions

Label a gated/verified recall decision as right or wrong. Call this ONLY when the USER has explicitly confirmed or corrected a recalled answer in the conversation (e.g. "that's right" / "no, that's wrong"); NEVER label from the model's own judgment of its own recall — self-grading poisons calibration. Labels are write-once: an already-labeled result means do not retry. Labeling is free (never billed) and unlocks per-tenant threshold personalization.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
correctYestrue if the USER confirmed the recalled answer was right, false if the USER corrected it as wrong
event_idYesThe event_id returned by a recall_gated or recall_verified call

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
event_idNoThe labeled calibration event
recordedNotrue when the label was recorded (write-once)
Behavior4/5

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

Annotations provide `destructiveHint: false` and `readOnlyHint: false`, but the description adds unique context: labeling is write-once (idempotent behavior), free (never billed), and unlocks per-tenant threshold personalization. No contradiction with annotations.

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 (four sentences) and front-loaded with the core purpose. Each sentence adds essential information: purpose, usage constraints, write-once policy, and benefits. No redundant text.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the tool has only two parameters and an output schema, the description fully covers all critical aspects: when to call, not to self-grade, idempotency, cost, and personalization outcome. No gaps remain for an agent to misuse the 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?

Schema coverage is 100% with descriptions for both parameters. The description reinforces the meaning: `event_id` must come from a recall call and `correct` is based on user feedback. It adds no new technical details beyond the schema, so baseline 3 is appropriate.

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's purpose: 'Label a gated/verified recall decision as right or wrong.' It specifies the verb 'label' and the resource 'recall decision', distinguishing it from sibling tools like 'recall_gated' and 'memory_recall' by focusing on the labeling action after user confirmation.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

Provides explicit instructions: 'Call this ONLY when the USER has explicitly confirmed or corrected a recalled answer... NEVER label from the model's own judgment... Labels are write-once: an already-labeled result means do not retry.' This clearly defines when to use and when not to, and includes forward-looking guidance.

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/LogicLabsAI/ultramemory-mcp'

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