Truth Claim Challenge¶
Challenge a confirmed claim with a supported, nonterminal conflicting claim while preserving both histories.
MCP name: truth_claim_challenge
Category: truth
Mutates state (retry policy: manual)
Parameters¶
| Name | Type | Required | Description |
|---|---|---|---|
challenging_claim_id |
str |
Yes | Supported live claim that conflicts with the target. |
claim_id |
str |
Yes | Confirmed claim being challenged. |
note |
str |
No | Optional explanation of the challenge. |
producer_call_id |
str |
No | Optional durable model call identifier. |
producer_model |
str |
Yes | Required model claim for the agent authoring this challenge. It must match a non-placeholder session-manifest model; otherwise it is treated as caller_asserted, not authenticated. |
store_id |
str |
Yes | Registered Truth store identity. |