Skip to main content
Glama

update_fact

Update a stored fact's value by closing the current version and creating a new one, preserving history.

Instructions

Update a fact's value without retraining: closes live versions (valid_to=t) and opens a new one. History is preserved.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
tNo
sourceNo
subjectYes
relationYes
new_objectYes
Behavior4/5

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

With no annotations provided, the description discloses the key behavioral trait: closing old versions and opening a new one while preserving history. It lacks details on error conditions or required permissions, which would raise it to a 5.

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?

Every word serves a purpose. Two sentences efficiently convey the action, mechanism, and side effect. Front-loaded with core purpose.

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

Completeness3/5

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

The description covers core behavior but lacks parameter guidance and return value info (no output schema). For a 5-parameter mutation tool, more context is needed for safe invocation.

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

Parameters1/5

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

Schema description coverage is 0%, and the description provides no explanation of any of the 5 parameters (t, source, subject, relation, new_object). The agent must infer parameter roles solely from parameter names.

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 verb (update), the resource (fact), and the mechanism (closes live version, opens new one) while preserving history. It distinguishes from sibling tools like 'learn_fact' (add new) 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?

Implied usage context ('without retraining') differentiates from retraining workflows. However, it does not explicitly state when not to use this tool or suggest alternatives among siblings for related tasks.

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/Mars-proj/verifiable-memory'

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