web_compare_across_sources
Cross-validate a claim by querying multiple authority domains in a single call. Returns per-domain top results and an agreement matrix to identify consensus or conflict.
Instructions
Issue THE SAME query across N authority domains in one call. Returns a per-domain top hit plus an agreement matrix.
Use to cross-validate a load-bearing number (e.g. "India CPI April 2025")
across MoSPI / RBI / IMF / press without writing N separate web_search
calls.
Args:
claim_or_query: The claim or query to test.
domains: Authority domains to compare (2-6 sweet spot).
max_results_per_domain: 1-5.
Returns:
{per_domain[], domains_covered, domains_total,
agreement: "agree"|"partial"|"conflict"|"insufficient", summary}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| claim_or_query | Yes | ||
| domains | Yes | ||
| max_results_per_domain | No |