Verify Claim
verify_claimRe-queries Google Search Console API to confirm a specific metric matches an expected value, ensuring claims about search performance are accurate before presenting them.
Instructions
Self-check a claim about search performance data before presenting it. Re-queries the Google Search Console API to verify that a specific metric matches the expected value. Use this tool to confirm numbers before stating them in your analysis, especially for claims from earlier in the conversation. IMPORTANT: Base your analysis only on the data returned by this tool. Report exact numbers from the response. Do not speculate about causes the data does not support. If the data is insufficient to answer, say so rather than guessing.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| claim | Yes | The claim to verify (e.g., "homepage gets 500 clicks per week") | |
| metric | Yes | The metric to check | |
| endDate | No | End date in YYYY-MM-DD format | |
| siteUrl | No | The site URL. Falls back to GSC_DEFAULT_SITE_URL if not provided. | |
| startDate | No | Start date in YYYY-MM-DD format | |
| tolerance | No | Acceptable difference as a percentage (default: 5). A value of 5 means the actual value can differ by up to 5% from the expected value. | |
| pageFilter | No | Filter to a specific page URL | |
| queryFilter | No | Filter to a specific query | |
| expectedValue | Yes | The expected value of the metric |