Skip to main content
Glama
vbcherepanov

total-agent-memory

memory_eval_contradictions

Read-onlyIdempotent

Runs a contradiction detector against a labelled fixture to evaluate memory consistency. Requires balanced or deep mode and returns a status if the module is unavailable.

Instructions

v11.0 Phase 8: runs contradiction_detector against a labelled fixture. Requires balanced/deep mode (LLM). Returns {status: 'not_implemented', ...} if module is unavailable.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
modeNofast
fixture_pathNo

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observedv0.1.0

TDQS

B3.1/5.0
Behavior4/5

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

Annotations already declare readOnly/idempotent/non-destructive, and the description adds useful behavioral details: it requires balanced/deep mode and returns {status: 'not_implemented', ...} if unavailable. 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.

Conciseness3/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is one sentence, but the leading 'v11.0 Phase 8:' is unnecessary metadata that does not help an agent decide to invoke the tool. The rest is reasonably concise.

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

Completeness2/5

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

The description explains purpose and a failure condition, but it omits what a successful run returns, leaves fixture_path unexplained, and does not clarify mode values beyond the contradictory requirement. It is not complete enough for reliable 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 coverage is 0%, and the description does not explain fixture_path. It mentions mode must be balanced/deep, which actually contradicts the schema default of 'fast', making mode semantics confusing rather than helpful.

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 states the tool runs contradiction_detector against a labelled fixture, which distinguishes it from other memory_eval_* siblings. The version/phase prefix adds some noise, but the core purpose is unambiguous.

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

Usage Guidelines3/5

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

It states a prerequisite ('Requires balanced/deep mode') and a fallback behavior for missing module, but it does not explicitly explain when to choose this over the many sibling eval tools or how it fits among them.

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

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/vbcherepanov/total-agent-memory'

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