Skip to main content
Glama

dialectic_supersede

Replace an outdated claim with a refined version while preserving its evidence. Optionally seed the new claim with a supporting quote.

Instructions

Retire old_claim_id and register new_claim that refines or replaces it. The old claim moves to state='superseded' with superseded_by=; its evidence is preserved (not deleted).

If quote is provided, it seeds the new claim with one supporting piece of evidence sourced as 'supersede:'.

If domain is empty, the new claim inherits the old claim's domain.

Returns: 'ok new= old= conf= tier='.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
old_claim_idYes
new_claimYes
domainNo
quoteNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

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

No annotations are provided, so the description carries full burden. It discloses key behaviors: old claim moves to superseded state, evidence is preserved, quote seeds evidence with a specific source, and domain inheritance. However, it does not mention authorization requirements or error outcomes.

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 with three sentences covering purpose, side effects, and parameter behavior. No superfluous information; each sentence earns its place.

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 tool with 4 parameters, no annotations, and only a flat output string described, the description adequately covers core functionality. However, it lacks details on validation rules, error conditions, and the exact format of the output string beyond the example.

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

Parameters4/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 explains that old_claim_id and new_claim are required, domain defaults to empty and inherits from old if empty, and quote seeds evidence. This adds meaningful context beyond the schema's field names and types.

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: retire an old claim and register a new one that refines or replaces it. The verb 'supersede' and resource 'claim' are specific, and the description differentiates itself from sibling tools like dialectic_claim (which presumably creates new claims).

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?

While the description implies usage for superseding claims, it does not explicitly state when to use this tool versus alternatives, nor does it provide conditions for when not to use it. No sibling comparisons or exclusions are given.

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/po4erk91/thread-keeper'

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