Skip to main content
Glama

contradiction_candidates

Identify potential contradictions in a knowledge graph by retrieving facts grouped by subject. Focus on hotspots where one subject has multiple values for a single relation.

Instructions

Facts around given entities or relations, grouped by subject, with hotspots where one subject holds several values for one relation. Judge them with the mnemoth-contradictions skill.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
datasetNo
entity_namesNo
relation_idsNo

Schema Changelog

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

  1. First observedv0.2.0

TDQS

B3.3/5.0
Behavior3/5

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

No annotations are provided, so the description carries the disclosure burden. It does disclose meaningful behavior: output is grouped by subject, and hotspots indicate one subject holding several values for a relation. However, it does not state whether the operation is read-only, how results are bounded, or what happens when all parameters are null.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

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

The description is two concise sentences with no filler or repetition of the tool name. The core output behavior is front-loaded, and the follow-up instruction to judge candidates earns its place as actionable guidance.

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?

With three optional parameters, no annotations, and no output schema, the description is not complete enough for reliable invocation. It leaves unresolved what dataset selects, whether entity_names and relation_ids are alternatives or combined filters, and what an empty call returns. The grouping and hotspot summary is useful but insufficient as a standalone guide.

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 description coverage is 0%, so the description must compensate. It clarifies that entity_names and relation_ids select the entities or relations around which facts are gathered. However, it never mentions the dataset parameter, nor does it explain how the parameters combine, default, or behave when null.

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 providing facts around given entities or relations, grouped by subject, with hotspots for multiple values on one relation. This distinguishes it from generic recall or history tools. It lacks an explicit verb like 'retrieve' or 'list', but the intent is not ambiguous.

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?

The description implies the tool is used to surface contradiction candidates and directs the agent to judge them with the mnemoth-contradictions skill, giving a clear follow-up step. However, it does not explicitly state when to prefer this over siblings like memify_candidates or recall, nor does it describe any exclusions.

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/AndrewNgo-ini/mnemoth'

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