Skip to main content
Glama

DeltaSignal ATLAS-7

DeltaSignal claim evidence compare

deltasignal_compare_claim_to_evidence
Read-onlyIdempotent

Use this read-only tool to compare a claim to River claim records and evidence refs. Parameters: pass claim_text or query plus river_tripcode or issuer. Behavior: read-only with no destructive side effects; returns confirmed, weakened, unresolved, or new_claim without inventing evidence.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoOptional maximum result rows. Defaults to 25.
queryNoClaim text to compare when claim_text is absent.
riverNoOptional TF-RIVER TripCode or issuer shorthand.
issuerNoOptional issuer ticker.
tickerNoOptional ticker alias for issuer.
tripcodeNoOptional TF-RIVER TripCode or TF-SUB seed TripCode.
claim_hashNoOptional precomputed normalized claim hash.
claim_textNoClaim text to compare against River claims and evidence refs.
seed_tripcodeNoOptional seed TF-SUB, TF-XBRL, TF-DS, or TF-RIVER TripCode.
river_tripcodeNoOptional TF-RIVER TripCode.
river_tripcodesNoOptional known TF-RIVER TripCodes.
article_tripcodeNoOptional current TF-SUB article TripCode alias.
current_tripcodeNoOptional current TF-SUB article TripCode.
include_unpublishedNoWhen true, include draft or unpublished article nodes.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
dataYesClaim-to-evidence comparison.
provenanceYesTraceability information for the MCP tool response.
mcp_summaryYesConcise high-signal summary of the tool response. Maximum 140 characters.
usage_metadataNoPerformance and estimated cost metadata for this MCP tool call.
suggested_follow_upsYesConcrete next MCP calls an agent can run to continue the workflow.

Schema Changelog

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

  1. Added
  2. Removed
  3. Added

TDQS

A3.9/5.0
Behavior4/5

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

The description adds valuable behavioral details beyond the annotations, such as the possible return states (confirmed, weakened, unresolved, new_claim) and the guarantee that it won't invent evidence. This goes beyond the readOnly/idempotent hints already provided.

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 three concise sentences covering purpose, parameters, and behavior, with no redundant or irrelevant information. It is front-loaded with the core purpose.

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 14-parameter tool with full schema descriptions, the description covers the core usage scenario and return categories. It doesn't elaborate on every optional filter, but the schema handles those details, and an output schema exists, so return structure isn't needed.

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?

The description highlights the relationship between parameters (claim_text or query, plus river_tripcode or issuer), which is not obvious from the individual schema descriptions. This provides logical grouping that aids correct invocation.

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 compares a claim to River claim records and evidence refs, using a specific verb ('compare') and resource. It doesn't explicitly differentiate from sibling tools like deltasignal_compare_article_to_filing_evidence, but the claim-based focus is distinct.

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 gives direct usage guidance ('pass claim_text or query plus river_tripcode or issuer') and notes the tool is read-only, but it doesn't mention alternatives or when-not-to-use scenarios, which would help distinguish from similar search/compare tools.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

Resources