gsc_coverage_audit
Performs a heuristic coverage audit on a list of URLs to substitute for the missing GSC Index Coverage report. Rolls up PASS/FAIL verdicts and coverage state frequencies to identify issues.
Instructions
Heuristic coverage audit. The GSC Index Coverage report is NOT exposed in the public API, so this tool takes a user-supplied URL list (typically pulled from a sitemap) and bulk-inspects each, then rolls up the verdicts (PASS / PARTIAL / FAIL plus coverage_state frequencies). Honest substitute for the Coverage UI; the AI host can use the rollup to decide which URLs to deep-inspect.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| urls | Yes | Absolute URLs to audit (cap 200; chunks of 25 are inspected per GSC's URL Inspection batch limit). | |
| site_url | No | Defaults to the configured default site. |