Skip to main content
Glama

nanomem_volatility

Measure how often remembered facts change from their revision logs to flag stale values and trigger re-confirmation with users.

Instructions

How often each remembered fact actually changes, measured from the memory's own revision log: how many times it has been restated, the typical interval between changes, and how long the current value has stood unconfirmed. Use this to decide which facts are probably stale and worth re-confirming with the user. These are measured statistics, not a prediction.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
min_revisionsNoOnly facts restated at least this often.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.1.0

TDQS

A4/5.0
Behavior4/5

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

With no annotations, the description carries the transparency burden. It discloses that results are measured from the memory's own revision log and explicitly warns 'These are measured statistics, not a prediction,' preventing over-interpretation. It does not cover edge cases or exact response shape, but the core behavior is honestly characterized.

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?

Three sentences, each earning its place: definition of what is measured, practical use case, and a caution about interpretation. There is no filler or redundant restatement of the tool name.

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 single-optional-parameter tool with no output schema, the description covers the output content and decision context well. It could more explicitly describe how min_revisions affects the returned statistics, but the schema already covers that parameter.

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%, so the schema fully documents min_revisions. The description uses the same 'restated' concept but does not add meaning or usage detail about the parameter beyond what the schema provides.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly identifies the tool as a volatility measurement over remembered facts and enumerates concrete outputs: restatement count, typical interval between changes, and time the current value has stood unconfirmed. It does not explicitly contrast with siblings like nanomem_stats or nanomem_changes, but its focus on change frequency is distinctive enough.

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 gives a direct use case: decide which facts are probably stale and worth re-confirming with the user. It does not mention when to prefer alternative tools such as nanomem_history or nanomem_changes, so some routing guidance is left implicit.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.