Claim Support Check
verify_claimVerify a factual claim by checking if specified keywords appear in your provided evidence URLs. Each URL is evaluated independently, and the aggregate verdict is based on keyword support per page.
Instructions
Check whether a factual claim is supported by a specific set of public evidence URLs that you already have. For each source, the tool performs a case-insensitive keyword match over the fetched page body, then marks that source as supporting the claim when at least half of the supplied keywords appear. Use this for evidence-backed claim checks on known pages, not for open-ended search, semantic reasoning, or contradiction extraction. The aggregate verdict is driven only by the per-page keyword support ratio. Fetched pages are cached for 5 minutes.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| claim | Yes | Plain-language claim to verify, for example 'AWS Business support includes 24/7 phone support'. | |
| evidence_urls | Yes | One to ten public documentation, pricing, policy, or support URLs that are likely to contain direct evidence for the claim. | |
| keywords | Yes | Keywords or short phrases that should appear on supporting pages. Matching is case-insensitive substring matching, so choose phrases that are likely to appear verbatim. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| claim | Yes | Claim that was evaluated. | |
| sources | Yes | Per-source evidence results. | |
| verdict | Yes | Aggregate verdict across all supplied sources. |