verify_claim
Verify numeric claims against live Google Search Console data. Input claim text, metric, expected value, and optional filters to confirm accuracy and reveal discrepancies before sharing analysis.
Instructions
Verify a specific numeric claim against live GSC data. Use this to self-check your analysis before presenting findings. Pass the claim text, the metric to check, the expected value, and optionally a URL or query to filter by. Returns whether the claim is verified and any discrepancy found.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | No | Filter to a specific URL | |
| days | No | Number of days to check | |
| claim | Yes | The claim to verify, e.g. 'Homepage gets 500 clicks per month' | |
| query | No | Filter to a specific search query | |
| metric | Yes | Which metric to check | |
| expected_value | Yes | The numeric value you claimed |